mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-13 13:45:18 +08:00
re PR bootstrap/41018 (bootstrap broken on FreeBSD powerpc)
2009-08-10 Andreas Tobler <a.tobler@schweiz.org> PR bootstrap/41018 * config/rs6000/freebsd.h: Define SVR4_ASM_SPEC. Adjust copyright year. From-SVN: r150632
This commit is contained in:
parent
812a5d4b7e
commit
3507653247
@ -1,3 +1,9 @@
|
|||||||
|
2009-08-10 Andreas Tobler <a.tobler@schweiz.org>
|
||||||
|
|
||||||
|
PR bootstrap/41018
|
||||||
|
* config/rs6000/freebsd.h: Define SVR4_ASM_SPEC. Adjust copyright
|
||||||
|
year.
|
||||||
|
|
||||||
2009-08-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
2009-08-10 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
PR target/37053
|
PR target/37053
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Definitions for PowerPC running FreeBSD using the ELF format
|
/* Definitions for PowerPC running FreeBSD using the ELF format
|
||||||
Copyright (C) 2001, 2003, 2007 Free Software Foundation, Inc.
|
Copyright (C) 2001, 2003, 2007, 2009 Free Software Foundation, Inc.
|
||||||
Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
|
Contributed by David E. O'Brien <obrien@FreeBSD.org> and BSDi.
|
||||||
|
|
||||||
This file is part of GCC.
|
This file is part of GCC.
|
||||||
@ -69,3 +69,6 @@
|
|||||||
/* Override rs6000.h definition. */
|
/* Override rs6000.h definition. */
|
||||||
#undef ASM_APP_OFF
|
#undef ASM_APP_OFF
|
||||||
#define ASM_APP_OFF "#NO_APP\n"
|
#define ASM_APP_OFF "#NO_APP\n"
|
||||||
|
/* Define SVR4_ASM_SPEC, we use GAS by default. See svr4.h for details. */
|
||||||
|
#define SVR4_ASM_SPEC \
|
||||||
|
"%{v:-V} %{Wa,*:%*}"
|
||||||
|
Loading…
Reference in New Issue
Block a user