Changeset 1852


Ignore:
Timestamp:
Mar 14, 2005, 12:44:50 AM (20 years ago)
Author:
bird
Message:

removed some intl hacks (WIN32LIBADD stuff).

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 to 1.8
    r1851 r1852  
    436436  if test "$enable_shared" = "yes"; then
    437437    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"
    439440  fi
    440441  ;;
  • trunk/src/binutils/opcodes/configure.in

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1851 r1852  
    125125  if test "$enable_shared" = "yes"; then
    126126    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"
    128129  fi
    129130  ;;
Note: See TracChangeset for help on using the changeset viewer.