diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-01-14 21:02:06 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-01-14 21:02:06 +0000 |
commit | f2060fbe8fc65f162a2c7fd1f5a57246aae708d2 (patch) | |
tree | 81fc09d2c73933e3aabb016e1bea16b7bba1064e /gcc/config/sparc/linux64.h | |
parent | 3a7b43856982c3d8fff95929c176f9b3d6873795 (diff) | |
download | gcc-f2060fbe8fc65f162a2c7fd1f5a57246aae708d2.zip gcc-f2060fbe8fc65f162a2c7fd1f5a57246aae708d2.tar.gz gcc-f2060fbe8fc65f162a2c7fd1f5a57246aae708d2.tar.bz2 |
linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
* config/sparc/linux.h (CC1_SPEC): Remove %{sun4:} %{target:}.
* config/sparc/linux64.h (CC1_SPEC): Likewise.
* config/sparc/netbsd-elf.h (CC1_SPEC32, CC1_SPEC64): Likewise.
* config/sparc/sparc.h (CC1_SPEC): Likewise.
From-SVN: r168820
Diffstat (limited to 'gcc/config/sparc/linux64.h')
-rw-r--r-- | gcc/config/sparc/linux64.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 6371b69..3562b46 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -148,7 +148,6 @@ along with GCC; see the file COPYING3. If not see #undef CC1_SPEC #if DEFAULT_ARCH32_P #define CC1_SPEC "%{profile:-p} \ -%{sun4:} %{target:} \ %{m32:%{m64:%emay not use both -m32 and -m64}} \ %{m64:-mptr64 -mstack-bias -mlong-double-128 \ %{!mcpu*:-mcpu=ultrasparc} \ @@ -156,7 +155,6 @@ along with GCC; see the file COPYING3. If not see " #else #define CC1_SPEC "%{profile:-p} \ -%{sun4:} %{target:} \ %{m32:%{m64:%emay not use both -m32 and -m64}} \ %{m32:-mptr32 -mno-stack-bias %{!mlong-double-128:-mlong-double-64} \ %{!mcpu*:-mcpu=cypress}} \ |