Commit 276c8652 by Jim Wilson

(gstab.h): Include if cross compiling.

From-SVN: r10935
parent 2d874374
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment