Changeset 1380 for trunk/Makefile


Ignore:
Timestamp:
Apr 26, 2004, 12:11:50 AM (21 years ago)
Author:
bird
Message:

PATH_EMXPGCC -> PATH_IGCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.89 to 1.90
    r1379 r1380  
    9696export MAKESHELL            ?= $(SH)
    9797export PATH_EMX             ?= /usr
    98 export PATH_EMXPGCC         ?= /usr
     98export PATH_IGCC         ?= /usr
    9999export TMP                  ?= /tmp
    100100export TMPDIR               ?= /tmp
    101101endif
    102102endif
     103export PATH_IGCC            ?= $(PATH_EMXPGCC)
    103104
    104105
     
    238239        @echo "    PATH_BIND            = $(PATH_BIND)"
    239240        @echo "    ALL_PREFIX           = $(ALL_PREFIX)"
    240         @echo "    PATH_EMXPGCC         = $(PATH_EMXPGCC)"
     241        @echo "    PATH_IGCC         = $(PATH_IGCC)"
    241242        @echo "    PATH_EMX             = $(PATH_EMX)"
    242243        @echo "    BUILD_MODE           = $(BUILD_MODE)"
     
    739740$(PATH_BUILTTOOLS)/omfhack/ranlib.exe $(PATH_BUILTTOOLS_TMP)/omfhack/ranlib.exe: $(PATH_TOP)/tools/bin/true.exe
    740741        cp $< $@
    741 $(PATH_BUILTTOOLS)/omfhack/ar.exe: $(PATH_EMXPGCC)/bin/emxomfar.exe
     742$(PATH_BUILTTOOLS)/omfhack/ar.exe: $(PATH_IGCC)/bin/emxomfar.exe
    742743        cp $< $@
    743744$(PATH_BUILTTOOLS_TMP)/omfhack/ar.exe: $(PATH_BUILTTOOLS_TMP)/bin/emxomfar.exe
    744745        cp $< $@
    745 $(PATH_BUILTTOOLS)/omfhack/realar.exe $(PATH_BUILTTOOLS_TMP)/omfhack/realar.exe: $(PATH_EMXPGCC)/bin/ar.exe
     746$(PATH_BUILTTOOLS)/omfhack/realar.exe $(PATH_BUILTTOOLS_TMP)/omfhack/realar.exe: $(PATH_IGCC)/bin/ar.exe
    746747        cp $< $@
    747748$(PATH_BUILTTOOLS_TMP)/omfhack:
     
    10451046                --enable-nls \
    10461047                --without-included-gettext \
    1047                 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     1048                --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \
    10481049                --prefix=/gcc \
    10491050                --with-gnu-as \
     
    10561057                --enable-nls \
    10571058                --without-included-gettext \
    1058                 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     1059                --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \
    10591060                --prefix=/gcc \
    10601061                --with-gnu-as \
     
    12001201                --enable-nls \
    12011202                --without-included-gettext \
    1202                 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     1203                --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \
    12031204                --prefix=/gcc \
    12041205                --with-gnu-as \
     
    12111212                --enable-nls \
    12121213                --without-included-gettext \
    1213                 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     1214                --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \
    12141215                --prefix=/gcc \
    12151216                --with-gnu-as \
     
    12271228                --enable-nls \
    12281229                --without-included-gettext \
    1229                 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     1230                --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \
    12301231                --prefix=/gcc \
    12311232                --with-gnu-as \
     
    12411242                --enable-nls \
    12421243                --without-included-gettext \
    1243                 --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     1244                --with-local-prefix=$(subst \,/,$(PATH_IGCC)) \
    12441245                --prefix=/gcc \
    12451246                --with-gnu-as \
Note: See TracChangeset for help on using the changeset viewer.