aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/freebsd-spec.h
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2005-04-30 22:38:46 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2005-04-30 20:38:46 +0000
commitf1aa042fee7a11e31d710aee13f381d716183d56 (patch)
tree9604303823857cdac995c3a7d7ae8a233db6772d /gcc/config/freebsd-spec.h
parent4c5f98981302212d58d78e6271d8df25fe6aaf56 (diff)
downloadgcc-f1aa042fee7a11e31d710aee13f381d716183d56.zip
gcc-f1aa042fee7a11e31d710aee13f381d716183d56.tar.gz
gcc-f1aa042fee7a11e31d710aee13f381d716183d56.tar.bz2
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: r99046
Diffstat (limited to 'gcc/config/freebsd-spec.h')
-rw-r--r--gcc/config/freebsd-spec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/freebsd-spec.h b/gcc/config/freebsd-spec.h
index 820a43f..8c11abf 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}"