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/linux.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/linux.h')
-rw-r--r-- | gcc/config/sparc/linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index 756d30f..ec12424 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -42,7 +42,6 @@ along with GCC; see the file COPYING3. If not see /* This is for -profile to use -lc_p instead of -lc. */ #undef CC1_SPEC #define CC1_SPEC "%{profile:-p} \ -%{sun4:} %{target:} \ " #undef TARGET_VERSION |