summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha/freebsd4.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-27 19:29:44 +0000
committerobrien <obrien@FreeBSD.org>1999-04-27 19:29:44 +0000
commit152572105da9520e2b5a39cd467b24a514c8fb37 (patch)
tree564637556cb76bdf259c426b56b72027022e4f10 /contrib/gcc/config/alpha/freebsd4.h
parent400af7ccabc7621a79bf321515cbddf79f3df468 (diff)
downloadFreeBSD-src-152572105da9520e2b5a39cd467b24a514c8fb37.zip
FreeBSD-src-152572105da9520e2b5a39cd467b24a514c8fb37.tar.gz
Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sure
SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our definition to it.
Diffstat (limited to 'contrib/gcc/config/alpha/freebsd4.h')
-rw-r--r--contrib/gcc/config/alpha/freebsd4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/config/alpha/freebsd4.h b/contrib/gcc/config/alpha/freebsd4.h
index 6094e75..b693893 100644
--- a/contrib/gcc/config/alpha/freebsd4.h
+++ b/contrib/gcc/config/alpha/freebsd4.h
@@ -49,7 +49,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (FreeBSD/alpha ELF)");
+#undef SWITCH_TAKES_ARG
#define SWITCH_TAKES_ARG(CHAR) (FBSD_SWITCH_TAKES_ARG(CHAR))
+
+#undef WORD_SWITCH_TAKES_ARG
#define WORD_SWITCH_TAKES_ARG(STR) (FBSD_WORD_SWITCH_TAKES_ARG(STR))
#undef TARGET_DEFAULT
OpenPOWER on IntegriCloud