diff options
author | Zack Weinberg <zackw@stanford.edu> | 2001-02-25 17:23:42 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-02-25 17:23:42 +0000 |
commit | e1b71de925ef2c05f73cbc792541d768abdbb2ce (patch) | |
tree | 3ecebf0d45574ea92e43f2b23a8b042c7f33ef6e /gcc/config.gcc | |
parent | 397be6cf54e0102829b729147053162388e12806 (diff) | |
download | gcc-e1b71de925ef2c05f73cbc792541d768abdbb2ce.zip gcc-e1b71de925ef2c05f73cbc792541d768abdbb2ce.tar.gz gcc-e1b71de925ef2c05f73cbc792541d768abdbb2ce.tar.bz2 |
config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.
* config.gcc: Put back pa/t-openbsd and rs6000/t-openbsd.
* config/mips/mips.c (mips_make_temp_file): Set temp_filename
properly.
(mips_asm_file_end): Free temp_filename here.
From-SVN: r40058
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a58a673..a9ea215 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -675,6 +675,7 @@ hppa*-*-linux*) ;; hppa*-*-openbsd*) target_cpu_default="MASK_PA_11" + tmake_file=pa/t-openbsd ;; hppa1.1-*-rtems*) tm_file="pa/pa-pro.h ${tm_file} pa/pa-pro-end.h libgloss.h pa/rtems.h" @@ -2701,7 +2702,7 @@ romp-*-openbsd*) # Nothing special ;; powerpc-*-openbsd*) - tmake_file="${tmake_file} rs6000/t-rs6000" + tmake_file="${tmake_file} rs6000/t-rs6000 rs6000/t-openbsd" ;; powerpc-*-beos*) cpu_type=rs6000 |