Changeset 627 for trunk/Makefile


Ignore:
Timestamp:
Aug 17, 2003, 3:53:41 AM (22 years ago)
Author:
bird
Message:

Binutils.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.45 to 1.46
    r626 r627  
    100100NICE                                            = nice -i
    101101else
    102 NICE                                            = 
     102NICE                                            =
    103103endif
    104104
     
    934934#       And we reconfigure libiberty to the gcc one.
    935935binutils-configure-it $(PATH_OBJ)/binutils/.ts.configured: $(PATH_TOP)/src/binutils/configure
     936ifeq "$(BUILD_PLATFORM)" "OS2"
    936937        $(ASH) -c " \
    937938                export CC=\"gcc.exe\" ; \
    938939                $< \
    939                 --enable-shared \
    940                 --prefix=$(ALL_PREFIX) "
    941         $(ASH) -c "cd libiberty && \
    942                 $(PATH_TOP)/src/gcc/libiberty/configure \
    943                 --prefix=$(ALL_PREFIX) "
     940                --enable-clh \
     941                --enable-threads=os2 \
     942                --enable-shared=libgcc,bfd,opcodes \
     943                --enable-nls \
     944                --without-included-gettext \
     945                --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     946                --prefix=/gcc \
     947                --with-gnu-ld \
     948                --with-gnu-as \
     949                --disable-libgcj \
     950                --enable-languages=c,c++ "
     951else
     952        $(ASH) -c "$< \
     953                --disable-clh \
     954                --enable-shared=libgcc,bfd,opcodes \
     955                --enable-nls \
     956                --without-included-gettext \
     957                --with-local-prefix=$(subst \,/,$(PATH_EMXPGCC)) \
     958                --prefix=/gcc \
     959                --with-gnu-ld \
     960                --with-gnu-as \
     961                --disable-libgcj \
     962                --enable-languages=c,c++ "
     963endif
     964        mkdir -p libiberty
     965# Not any longer.       
     966#       $(ASH) -c "cd libiberty && \
     967#               $(PATH_TOP)/src/gcc/libiberty/configure \
     968#               --prefix=$(ALL_PREFIX) "
    944969        touch $(PATH_OBJ)/binutils/.ts.configured
    945970       
     
    11481173        zip $(subst r,,$(ZIPFLAGS)) $(ZIPBASE)-src-emx.zip src/emx/* -x \*CVS\* -x \*testcase\* -x \*out\*
    11491174        zip $(ZIPFLAGS) $(ZIPBASE)-src-emx.zip src/emx/src/* src/emx/include/* src/emx/src/bsd/* -x \*CVS\*
    1150                                                                                                                    
     1175                                                                                                               
    11511176               
    11521177               
Note: See TracChangeset for help on using the changeset viewer.