aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-01-02 13:11:20 -0800
committerJim Wilson <wilson@gcc.gnu.org>1996-01-02 13:11:20 -0800
commit276c865243ea941d960212c29beee8417d71344c (patch)
tree9c1a4275725884c5b57739237d7efc06b3f13b71
parent2d8743743af44e85a59e85d13cdf4b7205e970b9 (diff)
downloadgcc-276c865243ea941d960212c29beee8417d71344c.zip
gcc-276c865243ea941d960212c29beee8417d71344c.tar.gz
gcc-276c865243ea941d960212c29beee8417d71344c.tar.bz2
(gstab.h): Include if cross compiling.
From-SVN: r10935
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index f6a00bd..51f0a0d 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -156,7 +156,7 @@ char *getpwd ();
#define FORCE_TEXT
#endif
-#if defined (USG) || defined (NO_STAB_H)
+#if defined (USG) || defined (NO_STAB_H) || defined (CROSS_COMPILE)
#include "gstab.h" /* If doing DBX on sysV, use our own stab.h. */
#else
#include <stab.h> /* On BSD, use the system's stab.h. */