diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2009-10-15 18:55:27 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2009-10-15 11:55:27 -0700 |
commit | 9017096f184a0beb703ed8f94f79c5b996bc454d (patch) | |
tree | e835ec19353b682e703aa0b68760c94c0ae0c908 | |
parent | fc5e3cd436d97e82a45a6966585c9daf9b56f2ea (diff) | |
download | gcc-9017096f184a0beb703ed8f94f79c5b996bc454d.zip gcc-9017096f184a0beb703ed8f94f79c5b996bc454d.tar.gz gcc-9017096f184a0beb703ed8f94f79c5b996bc454d.tar.bz2 |
linux.h (ASM_SPEC): Add --32.
2009-10-15 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/linux.h (ASM_SPEC): Add --32.
From-SVN: r152865
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/i386/linux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7f3e666..691a5f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-10-15 H.J. Lu <hongjiu.lu@intel.com> + + * config/i386/linux.h (ASM_SPEC): Add --32. + 2009-10-15 Jakub Jelinek <jakub@redhat.com> * dwarf2out.c (dwarf_tag_name): Handle DW_TAG_rvalue_reference_type diff --git a/gcc/config/i386/linux.h b/gcc/config/i386/linux.h index 9b51496..5e2e013 100644 --- a/gcc/config/i386/linux.h +++ b/gcc/config/i386/linux.h @@ -104,7 +104,7 @@ along with GCC; see the file COPYING3. If not see #undef ASM_SPEC #define ASM_SPEC \ - "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} \ + "%{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*} --32 \ %{!mno-sse2avx:%{mavx:-msse2avx}} %{msse2avx:%{!mavx:-msse2avx}}" #undef SUBTARGET_EXTRA_SPECS |