Ignore:
Timestamp:
May 20, 2003, 2:44:10 PM (22 years ago)
Author:
bird
Message:

#422: Applied OS/2 DLL hack after model of the Windows one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/opcodes/configure.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r200 r201  
    118118    WIN32LDFLAGS="-no-undefined"
    119119    WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
     120  fi
     121  ;;
     122*-*-os2*)
     123  if test "$enable_shared" = "yes"; then
     124    WIN32LDFLAGS="-no-undefined"
     125    WIN32LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl"
    120126  fi
    121127  ;;
Note: See TracChangeset for help on using the changeset viewer.