Changeset 98
- Timestamp:
- May 7, 2003, 1:36:02 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.14
to1.15
r97 r98 557 557 # configure it (invoked after directory change). 558 558 # We set CC to help configure finding it. 559 # And we reconfigure libiberty to the gcc one. 559 560 binutils-configure-it $(PATH_OBJ)/binutils/.ts.configured: $(PATH_TOP)/src/binutils/configure 560 561 $(ASH) -c " \ … … 563 564 --enable-shared \ 564 565 --prefix=$(PATH_BIND)/gcc322 " 566 $(ASH) -c "cd libiberty && \ 567 $(PATH_TOP)/src/gcc/libiberty/configure \ 568 --prefix=$(PATH_BIND)/gcc322 " 565 569 touch $(PATH_OBJ)/binutils/.ts.configured 566 570 … … 579 583 mkdir -p $(@D) 580 584 -cvs diff -R -N -w -c -r BINUTILS_2-11-2 src/binutils > $@ 585 586 587 588 589 581 590 582 591 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.