From: Ulrich Weigand Date: Fri, 8 Apr 2005 17:05:13 +0000 (+0000) Subject: * config/s390/tpf.h (ASM_SPEC): Define. X-Git-Tag: releases/gcc-3.4.4~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b9af2f51af0b5feb53af63a82f4127a8756f27a;p=thirdparty%2Fgcc.git * config/s390/tpf.h (ASM_SPEC): Define. From-SVN: r97834 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6278b8b8e34e..6306d3b660ff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-08 Ulrich Weigand + + Backport from mainline: + * config/s390/tpf.h (ASM_SPEC): Define. + 2005-04-06 Dale Johannesen PR middle-end/19225 diff --git a/gcc/config/s390/tpf.h b/gcc/config/s390/tpf.h index ce984e64003a..30158276f2e9 100644 --- a/gcc/config/s390/tpf.h +++ b/gcc/config/s390/tpf.h @@ -92,6 +92,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"