aboutsummaryrefslogtreecommitdiff
path: root/gcc/sdbout.c
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>1999-03-22 23:23:26 +0000
committerJeff Law <law@gcc.gnu.org>1999-03-22 16:23:26 -0700
commit58f4af8e849ecbcb3df98ce29e9b6351031385c4 (patch)
tree457450e4771fcb10e33bf10724263fcd7c92b790 /gcc/sdbout.c
parent052dbd9e9983da53a3545cb2344a4d8c4d06484a (diff)
downloadgcc-58f4af8e849ecbcb3df98ce29e9b6351031385c4.zip
gcc-58f4af8e849ecbcb3df98ce29e9b6351031385c4.tar.gz
gcc-58f4af8e849ecbcb3df98ce29e9b6351031385c4.tar.bz2
sdbout.c (syms.h): Don't include on Interix.
* sdbout.c (syms.h): Don't include on Interix. * toplev.c (main): No sbrk on Interix. Co-Authored-By: Donn Terry <donn@interix.com> From-SVN: r25911
Diffstat (limited to 'gcc/sdbout.c')
-rw-r--r--gcc/sdbout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index e8640ff..470cca6 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -59,7 +59,7 @@ AT&T C compiler. From the example below I would conclude the following:
supply usable syms.h include files. Which syms.h file to use is a
target parameter so don't use the native one if we're cross compiling. */
-#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(_WIN32) && !defined(__linux__) && !defined(CROSS_COMPILE)
+#if defined(USG) && !defined(MIPS) && !defined (hpux) && !defined(_WIN32) && !defined(__linux__) && !defined(__INTERIX) && !defined(CROSS_COMPILE)
#include <syms.h>
/* Use T_INT if we don't have T_VOID. */
#ifndef T_VOID