diff options
author | Chandra Chavva <cchavva@gcc.gnu.org> | 2001-07-17 17:54:37 -0400 |
---|---|---|
committer | Chandra Chavva <cchavva@gcc.gnu.org> | 2001-07-17 17:54:37 -0400 |
commit | 001da62afef4f076a641e22eab2e62b5ec2945ba (patch) | |
tree | c9d5488a29f437983690c9c25774be898ebbd72a /gcc/config.gcc | |
parent | 01efb9636bcb3009b47fd7d8e1d6f0d177d3e40d (diff) | |
download | gcc-001da62afef4f076a641e22eab2e62b5ec2945ba.tar.gz |
config.gcc: For *-*-chorusos triplet, get chorus.h file from config directory.
* config.gcc: For *-*-chorusos triplet, get chorus.h file from
config directory.
* config/i386/chorus.h: Move up.
* config/sparc/chorus.h: Likewise.
* config/rs6000/chorus.h: Likewise.
* config/chorus.h: Moved here.
From-SVN: r44092
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 932b00dbb12..8961f40271f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -930,7 +930,7 @@ i370-*-linux*) ;; i[34567]86-*-chorusos*) xm_defines=POSIX - tm_file="i386/i386.h i386/att.h elfos.h i386/i386elf.h i386/chorus.h" + tm_file="i386/i386.h i386/att.h elfos.h i386/i386elf.h chorus.h" tmake_file=i386/t-i386elf xmake_file=x-svr4 case x${enable_threads} in @@ -2591,7 +2591,7 @@ powerpc-*-sysv*) ;; powerpc-*-chorusos*) xm_defines=POSIX - tm_file="${tm_file} svr4.h rs6000/sysv4.h rs6000/chorus.h" + tm_file="${tm_file} svr4.h rs6000/sysv4.h chorus.h" tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" extra_headers=ppc-asm.h case x${enable_threads} in @@ -2843,7 +2843,7 @@ sparc-*-bsd*) tm_file="${tm_file} sparc/bsd.h" ;; sparc-*-chorusos*) - tm_file="sparc/sol2.h sparc/elf.h sparc/chorus.h" + tm_file="sparc/sol2.h sparc/elf.h chorus.h" tmake_file=sparc/t-chorus-elf extra_parts="crti.o crtn.o crtbegin.o crtend.o" float_format=i64 |