diff options
Diffstat (limited to 'contrib/gcc/config/i386/x-sco4')
-rw-r--r-- | contrib/gcc/config/i386/x-sco4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/x-sco4 b/contrib/gcc/config/i386/x-sco4 new file mode 100644 index 000000000000..be6080f8893d --- /dev/null +++ b/contrib/gcc/config/i386/x-sco4 @@ -0,0 +1,10 @@ +RANLIB = : +RANLIB_TEST = false +CC = rcc $(RCCFLAGS) +OLDCC = rcc $(RCCFLAGS) +RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0 +CCLIBFLAGS = +CLIB = -lmalloc -lPW + +# See all the declarations. +FIXPROTO_DEFINES = -D_XOPEN_SOURCE |