diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-06-28 17:50:50 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-06-28 17:50:50 +0000 |
commit | 6138f9bd8783881a1bd7dcfb917a3bfcefcf8cf9 (patch) | |
tree | f03e6c31bea87e13e4751b460e170d69badd6dc2 /gcc/config.gcc | |
parent | a7d0d30f0b0257d66c13ea9bdd2418acc0e07830 (diff) | |
download | gcc-6138f9bd8783881a1bd7dcfb917a3bfcefcf8cf9.zip gcc-6138f9bd8783881a1bd7dcfb917a3bfcefcf8cf9.tar.gz gcc-6138f9bd8783881a1bd7dcfb917a3bfcefcf8cf9.tar.bz2 |
sol2-64.h (TARGET_DEFAULT): Remove.
* config/sparc/sol2-64.h (TARGET_DEFAULT): Remove.
(TARGET_64BIT_DEFAULT): Define.
* config.gcc (sparc*-*-solaris2*): Move sparc/sol2-64.h to front
of tm_file.
* config/sparc/sol2.h [TARGET_64BIT_DEFAULT] (TARGET_DEFAULT): Define.
From-SVN: r175593
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 37dd5cd..73c47d7 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2482,7 +2482,7 @@ sparc*-*-solaris2*) tm_file="sparc/biarch64.h ${tm_file} ${sol2_tm_file} sol2-bi.h" case ${target} in sparc64-*-* | sparcv9-*-*) - tm_file="${tm_file} sparc/sol2-64.h" + tm_file="sparc/sol2-64.h ${tm_file}" ;; *) test x$with_cpu != x || with_cpu=v9 |