* config/s390/tpf.h (ASM_SPEC): Define.
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 8 Apr 2005 16:59:40 +0000 (16:59 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Fri, 8 Apr 2005 16:59:40 +0000 (16:59 +0000)
From-SVN: r97832

gcc/ChangeLog
gcc/config/s390/tpf.h

index 29f723374a2d3537379e671c8da5b901b5947026..82fab1d8bb9e827295bc2c3e70023d8123cb4499 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-08  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config/s390/tpf.h (ASM_SPEC): Define.
+
 2005-04-08  Kazu Hirata  <kazu@cs.umass.edu>
 
        * tree-flow.h: Remove the prototype for
index 33a50b47498a5f20aa08153299f0a3676b3aabb9..38df1b4bcbf85463b61bc271b669f2bc4257b8db 100644 (file)
@@ -101,6 +101,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #undef CPLUSPLUS_CPP_SPEC
 #define CPLUSPLUS_CPP_SPEC "-D_GNU_SOURCE %(cpp)"
 
+#undef  ASM_SPEC
+#define ASM_SPEC "%{m31&m64}%{mesa&mzarch}%{march=*}"
+
 #undef  LIB_SPEC
 #define LIB_SPEC "%{pthread:-lpthread} -lc"