summaryrefslogtreecommitdiff
path: root/gcc/config/i386/gnu.h
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-08 19:14:04 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-08 19:14:04 +0000
commit143c96ad7c523a2330a83a69086e7740e897ebf4 (patch)
tree57b4070783846386f1465395f59b0550612d0d8c /gcc/config/i386/gnu.h
parent2870deadb74753e1061659ca6b4f694e8cd60c13 (diff)
downloadgcc-143c96ad7c523a2330a83a69086e7740e897ebf4.tar.gz
GNU/Hurd: remove -bsd command-line option.
gcc/ * config/gnu.h (CPP_SPEC, LIB_SPEC): Remove handling of -bsd option. * config/i386/gnu.h (CPP_SPEC): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r--gcc/config/i386/gnu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index 077933bba68..ce37683b4a2 100644
--- a/gcc/config/i386/gnu.h
+++ b/gcc/config/i386/gnu.h
@@ -2,7 +2,7 @@
/*
Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-2005, 2007, 2008 Free Software Foundation, Inc.
+2005, 2007, 2008, 2011 Free Software Foundation, Inc.
This file is part of GCC.
@@ -27,7 +27,7 @@ along with GCC. If not, see <http://www.gnu.org/licenses/>.
#define TARGET_VERSION fprintf (stderr, " (i386 GNU)");
#undef CPP_SPEC
-#define CPP_SPEC "%{pthread:-D_REENTRANT} %{posix:-D_POSIX_SOURCE} %{bsd:-D_BSD_SOURCE}"
+#define CPP_SPEC "%{pthread:-D_REENTRANT} %{posix:-D_POSIX_SOURCE}"
#undef CC1_SPEC
#define CC1_SPEC "%(cc1_cpu)"