]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/20633 ([4.0 only] libgcc2.c:1623: error: size of array 'compile_type_ass...
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sun, 1 May 2005 18:10:49 +0000 (20:10 +0200)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 1 May 2005 18:10:49 +0000 (18:10 +0000)
PR bootstrap/20633
* config/freebsd-spec.h (FBSD_CPP_SPEC): Add %(cpp_arch).

From-SVN: r99075

gcc/ChangeLog
gcc/config/freebsd-spec.h

index c00bf5c0eb57d01527aa3a1ef77931d0499d0252..a28cb0e4d6c6c4eab631027c17c920aa8032e467 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-01  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       PR bootstrap/20633
+       * config/freebsd-spec.h (FBSD_CPP_SPEC): Add %(cpp_arch).
+
 2005-05-01  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * doc/install.texi (Specific): Omit dots in the @anchors names
index a98b0e5108c9dd6a9eb53e8e2d5f84eef87fc50c..4ef7e2c76ed57fb9dd4114e346cee945dbf49375 100644 (file)
@@ -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}"