diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-12-16 13:42:53 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-12-16 13:42:53 +0000 |
commit | 15bc166fa03cdd7ab76c21ed2165b1f024042322 (patch) | |
tree | 08f73fc349970fb8cfec05d6d6df0bfd6cdb6c2a /gcc/config.gcc | |
parent | 7759fccd623c2edd7c1c805c766595d881bff157 (diff) | |
download | gcc-15bc166fa03cdd7ab76c21ed2165b1f024042322.zip gcc-15bc166fa03cdd7ab76c21ed2165b1f024042322.tar.gz gcc-15bc166fa03cdd7ab76c21ed2165b1f024042322.tar.bz2 |
nextstep-protos.h: New file.
* nextstep-protos.h: New file.
* nextstep.c: Include "rtl.h", "output.h" & "tm_p.h".
* nextstep.h (INCLUDE_DEFAULTS): Delete LOCAL_INCLUDE_DIR and
STANDARD_INCLUDE_DIR from the CROSS_COMPILE clause.
(nextstep_asm_out_constructor, nextstep_asm_out_destructor,
handle_pragma): Move prototypes to nextstep-protos.h.
* config.gcc (i[34567]86-next-*, m68k-next-nextstep2*,
m68k-next-nextstep[34]*): Append nextstep-protos.h to tm_p_file.
From-SVN: r48067
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 061c970..1fde163 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1029,6 +1029,7 @@ i[34567]86-ncr-sysv4*) # NCR 3000 - ix86 running system V.4 tmake_file=i386/t-crtpic ;; i[34567]86-next-*) + tm_p_file="${tm_p_file} nextstep-protos.h" tm_file=i386/next.h tmake_file=i386/t-next extra_objs=nextstep.o @@ -1854,6 +1855,7 @@ m68k-sony-bsd* | m68k-sony-newsos*) float_format=m68k ;; m68k-next-nextstep2*) + tm_p_file="${tm_p_file} nextstep-protos.h" tm_file=m68k/next21.h tmake_file=m68k/t-next xmake_file=m68k/x-next @@ -1863,6 +1865,7 @@ m68k-next-nextstep2*) float_format=m68k ;; m68k-next-nextstep[34]*) + tm_p_file="${tm_p_file} nextstep-protos.h" tm_file=m68k/next.h tmake_file=m68k/t-next xmake_file=m68k/x-next |