Ignore:
Timestamp:
Apr 16, 2003, 4:03:38 PM (22 years ago)
Author:
bird
Message:

Applied initial diff from Platon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/config.gcc

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r8 r9  
    15781578        fi
    15791579        ;;
     1580i*86-pc-*emx)           # i?86 running OS/2
     1581        xm_file=i386/xm-emx.h
     1582        tm_file=i386/emx.h
     1583        extra_objs=emx.o
     1584        xm_defines="USG BSTRING NO_SYS_SIGLIST"
     1585        exeext=.exe
     1586        tmake_file=i386/t-emx
     1587        fixincludes=Makefile.in
     1588        target_alias=${host}
     1589        CFLAGS="-Zstack 1024 -Zcrtdll"
     1590        if test x$enable_threads = xyes; then
     1591                thread_file=os2
     1592        fi
     1593        gas=yes
     1594        gnu_ld=yes
     1595        ;;
    15801596i[34567]86-*-interix*)
    15811597        tm_file="i386/i386-interix.h interix.h"
Note: See TracChangeset for help on using the changeset viewer.