Changeset 98


Ignore:
Timestamp:
May 7, 2003, 1:36:02 AM (22 years ago)
Author:
bird
Message:

binutils: And we reconfigure libiberty to the gcc one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r97 r98  
    557557# configure it (invoked after directory change).
    558558#       We set CC to help configure finding it.
     559#       And we reconfigure libiberty to the gcc one.
    559560binutils-configure-it $(PATH_OBJ)/binutils/.ts.configured: $(PATH_TOP)/src/binutils/configure
    560561        $(ASH) -c " \
     
    563564                --enable-shared \
    564565                --prefix=$(PATH_BIND)/gcc322 "
     566        $(ASH) -c "cd libiberty && \
     567                $(PATH_TOP)/src/gcc/libiberty/configure \
     568                --prefix=$(PATH_BIND)/gcc322 "
    565569        touch $(PATH_OBJ)/binutils/.ts.configured
    566570       
     
    579583        mkdir -p $(@D)
    580584        -cvs diff -R -N -w -c -r BINUTILS_2-11-2 src/binutils > $@
     585
     586
     587
     588
     589
    581590       
    582591
Note: See TracChangeset for help on using the changeset viewer.