diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-15 03:41:47 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-15 03:41:47 +0000 |
| commit | 9d838dbb4718b909020dd23b1b9ed530884f2eb3 (patch) | |
| tree | 2d1e623e071435dcadf27543e1f49b10cb69b0cc /gnu | |
| parent | d99ab028e50f1c1f74070bbd68c8d8e109afcf47 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile index b141afbd7014..a8b18197931d 100644 --- a/gnu/usr.bin/cc/cc_tools/Makefile +++ b/gnu/usr.bin/cc/cc_tools/Makefile @@ -134,10 +134,8 @@ config.h: echo '#include "insn-flags.h"' >> ${.TARGET} echo '#endif' >> ${.TARGET} -# KEEP THIS IN SYNC with src/gcc/lib/libgcc/Makefile !! tconfig.h: - echo '#ifdef IN_GCC' > ${.TARGET} - echo 'struct rtx_def;' >> ${.TARGET} + echo 'struct rtx_def;' > ${.TARGET} echo 'typedef struct rtx_def *rtx;' >> ${.TARGET} echo 'struct rtvec_def;' >> ${.TARGET} echo 'typedef struct rtvec_def *rtvec;' >> ${.TARGET} @@ -170,12 +168,9 @@ tconfig.h: echo '# define POSIX' >> ${.TARGET} echo '#endif' >> ${.TARGET} echo '#define CONFIG_SJLJ_EXCEPTIONS 0' >> ${.TARGET} - echo '#endif /* IN_GCC */' >> ${.TARGET} tm_p.h: - echo '#ifdef IN_GCC' > ${.TARGET} echo '#include "${GCC_CPU}/${GCC_CPU}-protos.h"' >> ${.TARGET} - echo '#endif' >> ${.TARGET} echo '#include "tm-preds.h"' >> ${.TARGET} safe-ctype.h: Makefile |
