diff options
Diffstat (limited to 'gcc/crtstuff.c')
| -rw-r--r-- | gcc/crtstuff.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c index 2f4fa31..adc857c 100644 --- a/gcc/crtstuff.c +++ b/gcc/crtstuff.c @@ -51,6 +51,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA This file must be compiled with gcc. */ +/* Target machine header files require this define. */ +#define IN_LIBGCC2 + #include "tconfig.h" #include "tsystem.h" #include "coretypes.h" |
