1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-03-19 09:09:59 +00:00

fix newlib-cygwin dependency

This commit is contained in:
bebbo
2019-04-29 07:20:37 +02:00
parent e1d5df90bd
commit 8cb5fa6d8c

View File

@ -892,7 +892,7 @@ ifeq (,$(wildcard $(BUILD)/gcc/_done))
$(BUILD)/newlib/newlib/Makefile: $(BUILD)/gcc/_done
endif
$(BUILD)/newlib/newlib/Makefile: projects/newlib-cygwin/configure
$(BUILD)/newlib/newlib/Makefile: projects/newlib-cygwin/newlib/configure
@mkdir -p $(BUILD)/newlib/newlib
$(L0)"configure newlib"$(L1) cd $(BUILD)/newlib/newlib && $(NEWLIB_CONFIG) CFLAGS="$(CFLAGS_FOR_TARGET)" CXXFLAGS="$(CXXFLAGS_FOR_TARGET)" $(PWD)/projects/newlib-cygwin/newlib/configure --host=m68k-amigaos --prefix=$(PREFIX) --enable-newlib-io-long-long --enable-newlib-io-c99-formats --enable-newlib-reent-small --enable-newlib-mb $(L2)