From: Jim Wilson Date: Tue, 2 Jan 1996 21:11:20 +0000 (-0800) Subject: (gstab.h): Include if cross compiling. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=276c865243ea941d960212c29beee8417d71344c;p=gcc.git (gstab.h): Include if cross compiling. From-SVN: r10935 --- diff --git a/gcc/dbxout.c b/gcc/dbxout.c index f6a00bd2081..51f0a0d78d9 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 /* On BSD, use the system's stab.h. */