summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/freebsd.h
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-10 18:23:57 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-10 18:23:57 +0000
commitf1fcbf193bfe3be1c93d905eb264c39c98e55edc (patch)
tree3e46e4b44f8da72521293d38f0130c00f1d3bc3b /gcc/config/rs6000/freebsd.h
parentf09b68de9c2256083c94520308246350707f8c3c (diff)
downloadgcc-f1fcbf193bfe3be1c93d905eb264c39c98e55edc.tar.gz
2009-08-10 Andreas Tobler <a.tobler@schweiz.org>
PR bootstrap/41018 * config/rs6000/freebsd.h: Define SVR4_ASM_SPEC. Adjust copyright year. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150632 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/freebsd.h')
-rw-r--r--gcc/config/rs6000/freebsd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/rs6000/freebsd.h b/gcc/config/rs6000/freebsd.h
index b4dea55417d..bc2a10bb7a3 100644
--- a/gcc/config/rs6000/freebsd.h
+++ b/gcc/config/rs6000/freebsd.h
@@ -1,5 +1,5 @@
/* 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.
This file is part of GCC.
@@ -69,3 +69,6 @@
/* Override rs6000.h definition. */
#undef ASM_APP_OFF
#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,*:%*}"