Changeset 1852
- Timestamp:
- Mar 14, 2005, 12:44:50 AM (20 years ago)
- Location:
- trunk/src/binutils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/bfd/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r1851 r1852 436 436 if test "$enable_shared" = "yes"; then 437 437 WIN32LDFLAGS="-no-undefined" 438 WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl" 438 WIN32LIBADD="-L`pwd`/../libiberty -liberty" 439 # WIN32LIBADD="-L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl" 439 440 fi 440 441 ;; -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/binutils/opcodes/configure.in
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1851 r1852 125 125 if test "$enable_shared" = "yes"; then 126 126 WIN32LDFLAGS="-no-undefined" 127 WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl" 127 WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty" 128 # WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl" 128 129 fi 129 130 ;; -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.