Changeset 1380
- Timestamp:
- Apr 26, 2004, 12:11:50 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.89
to1.90
r1379 r1380 96 96 export MAKESHELL ?= $(SH) 97 97 export PATH_EMX ?= /usr 98 export PATH_ EMXPGCC ?= /usr98 export PATH_IGCC ?= /usr 99 99 export TMP ?= /tmp 100 100 export TMPDIR ?= /tmp 101 101 endif 102 102 endif 103 export PATH_IGCC ?= $(PATH_EMXPGCC) 103 104 104 105 … … 238 239 @echo " PATH_BIND = $(PATH_BIND)" 239 240 @echo " ALL_PREFIX = $(ALL_PREFIX)" 240 @echo " PATH_ EMXPGCC = $(PATH_EMXPGCC)"241 @echo " PATH_IGCC = $(PATH_IGCC)" 241 242 @echo " PATH_EMX = $(PATH_EMX)" 242 243 @echo " BUILD_MODE = $(BUILD_MODE)" … … 739 740 $(PATH_BUILTTOOLS)/omfhack/ranlib.exe $(PATH_BUILTTOOLS_TMP)/omfhack/ranlib.exe: $(PATH_TOP)/tools/bin/true.exe 740 741 cp $< $@ 741 $(PATH_BUILTTOOLS)/omfhack/ar.exe: $(PATH_ EMXPGCC)/bin/emxomfar.exe742 $(PATH_BUILTTOOLS)/omfhack/ar.exe: $(PATH_IGCC)/bin/emxomfar.exe 742 743 cp $< $@ 743 744 $(PATH_BUILTTOOLS_TMP)/omfhack/ar.exe: $(PATH_BUILTTOOLS_TMP)/bin/emxomfar.exe 744 745 cp $< $@ 745 $(PATH_BUILTTOOLS)/omfhack/realar.exe $(PATH_BUILTTOOLS_TMP)/omfhack/realar.exe: $(PATH_ EMXPGCC)/bin/ar.exe746 $(PATH_BUILTTOOLS)/omfhack/realar.exe $(PATH_BUILTTOOLS_TMP)/omfhack/realar.exe: $(PATH_IGCC)/bin/ar.exe 746 747 cp $< $@ 747 748 $(PATH_BUILTTOOLS_TMP)/omfhack: … … 1045 1046 --enable-nls \ 1046 1047 --without-included-gettext \ 1047 --with-local-prefix=$(subst \,/,$(PATH_ EMXPGCC)) \1048 --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \ 1048 1049 --prefix=/gcc \ 1049 1050 --with-gnu-as \ … … 1056 1057 --enable-nls \ 1057 1058 --without-included-gettext \ 1058 --with-local-prefix=$(subst \,/,$(PATH_ EMXPGCC)) \1059 --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \ 1059 1060 --prefix=/gcc \ 1060 1061 --with-gnu-as \ … … 1200 1201 --enable-nls \ 1201 1202 --without-included-gettext \ 1202 --with-local-prefix=$(subst \,/,$(PATH_ EMXPGCC)) \1203 --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \ 1203 1204 --prefix=/gcc \ 1204 1205 --with-gnu-as \ … … 1211 1212 --enable-nls \ 1212 1213 --without-included-gettext \ 1213 --with-local-prefix=$(subst \,/,$(PATH_ EMXPGCC)) \1214 --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \ 1214 1215 --prefix=/gcc \ 1215 1216 --with-gnu-as \ … … 1227 1228 --enable-nls \ 1228 1229 --without-included-gettext \ 1229 --with-local-prefix=$(subst \,/,$(PATH_ EMXPGCC)) \1230 --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \ 1230 1231 --prefix=/gcc \ 1231 1232 --with-gnu-as \ … … 1241 1242 --enable-nls \ 1242 1243 --without-included-gettext \ 1243 --with-local-prefix=$(subst \,/,$(PATH_ EMXPGCC)) \1244 --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \ 1244 1245 --prefix=/gcc \ 1245 1246 --with-gnu-as \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.