mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-03 04:27:08 +00:00
fix newlib-cygwin dependency
This commit is contained in:
2
Makefile
2
Makefile
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user