(gstab.h): Include if cross compiling.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 2 Jan 1996 21:11:20 +0000 (13:11 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 2 Jan 1996 21:11:20 +0000 (13:11 -0800)
From-SVN: r10935

gcc/dbxout.c

index f6a00bd208154a925f3f57453effc2b39e2f0ab3..51f0a0d78d9488c2356bc430f2e8746a1a04035a 100644 (file)
@@ -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.  */