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
This commit is contained in:
parent
4c5f989813
commit
f1aa042fee
@ -1,3 +1,8 @@
|
||||
2005-04-30 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
PR bootstrap/20633
|
||||
* config/freebsd-spec.h (FBSD_CPP_SPEC): Add %(cpp_arch).
|
||||
|
||||
2005-04-30 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* config/arm/bpabi.h (RENAME_LIBRARY_SET): Always use .thumb_set in
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user