Changeset 67


Ignore:
Timestamp:
Apr 29, 2003, 10:18:43 PM (22 years ago)
Author:
bird
Message:

We don't want -fPIC on OS/2.

Location:
trunk/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/configure.in

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r66 r67  
    312312    i[3456]86-*-cygwin*)
    313313      # We don't want -fPIC on Cygwin.
     314      ;;
     315    i[3456]86-*-os2-emx)
     316      # We don't want -fPIC on OS/2 EMX.
    314317      ;;
    315318    i[3456]86-*-*)
  • trunk/src/gcc/libiberty/config.table

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r66 r67  
    2222  case "${host}" in
    2323    *-*-cygwin*)        ;;
     24    *-*-*emx)           ;;
    2425    alpha*-*-linux*)    frags="${frags} ../../config/mh-elfalphapic" ;;
    2526    arm*-*-*)           frags="${frags} ../../config/mh-armpic" ;;
Note: See TracChangeset for help on using the changeset viewer.