From: Eric Botcazou Date: Sun, 1 May 2005 18:10:49 +0000 (+0200) Subject: re PR target/20633 ([4.0 only] libgcc2.c:1623: error: size of array 'compile_type_ass... X-Git-Tag: releases/gcc-3.4.4~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15c76ff3391ac8d9061156be83728651071bc08;p=thirdparty%2Fgcc.git re PR target/20633 ([4.0 only] libgcc2.c:1623: error: size of array 'compile_type_assert' is negative) PR bootstrap/20633 * config/freebsd-spec.h (FBSD_CPP_SPEC): Add %(cpp_arch). From-SVN: r99075 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c00bf5c0eb57..a28cb0e4d6c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-01 Eric Botcazou + + PR bootstrap/20633 + * config/freebsd-spec.h (FBSD_CPP_SPEC): Add %(cpp_arch). + 2005-05-01 Gerald Pfeifer * doc/install.texi (Specific): Omit dots in the @anchors names diff --git a/gcc/config/freebsd-spec.h b/gcc/config/freebsd-spec.h index a98b0e5108c9..4ef7e2c76ed5 100644 --- a/gcc/config/freebsd-spec.h +++ b/gcc/config/freebsd-spec.h @@ -78,6 +78,7 @@ Boston, MA 02111-1307, USA. */ #define FBSD_CPP_SPEC " \ %(cpp_cpu) \ + %(cpp_arch) \ %{fPIC|fpic|fPIE|fpie:-D__PIC__ -D__pic__} \ %{posix:-D_POSIX_SOURCE}"