From 276c865243ea941d960212c29beee8417d71344c Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 2 Jan 1996 13:11:20 -0800 Subject: [PATCH] (gstab.h): Include if cross compiling. From-SVN: r10935 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2