diff options
Diffstat (limited to 'contrib/gcc/config/i386/x-sco5')
-rw-r--r-- | contrib/gcc/config/i386/x-sco5 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/gcc/config/i386/x-sco5 b/contrib/gcc/config/i386/x-sco5 new file mode 100644 index 0000000..e13ed74 --- /dev/null +++ b/contrib/gcc/config/i386/x-sco5 @@ -0,0 +1,10 @@ +RANLIB = : +RANLIB_TEST = false +CC = cc +OLDCC = cc +CCLIBFLAGS = +# We avoid the ALLOCA in -lPW becuase it gives us an evil index() +ALLOCA = alloca.o + +# See all the declarations. +FIXPROTO_DEFINES = -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2 |