linux.h (ASM_SPEC): Add --32.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 15 Oct 2009 18:55:27 +0000 (18:55 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 15 Oct 2009 18:55:27 +0000 (11:55 -0700)
2009-10-15  H.J. Lu  <hongjiu.lu@intel.com>

* config/i386/linux.h (ASM_SPEC): Add --32.

From-SVN: r152865

gcc/ChangeLog
gcc/config/i386/linux.h

index 7f3e666..691a5f7 100644 (file)
@@ -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
index 9b51496..5e2e013 100644 (file)
@@ -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