diff options
Diffstat (limited to 'gcc/config/openbsd.h')
-rw-r--r-- | gcc/config/openbsd.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gcc/config/openbsd.h b/gcc/config/openbsd.h index 30e1c252c5a..d15dff15f98 100644 --- a/gcc/config/openbsd.h +++ b/gcc/config/openbsd.h @@ -1,5 +1,6 @@ /* Base configuration file for all OpenBSD targets. - Copyright (C) 1999, 2000, 2004, 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2004, 2005, 2007, 2009, 2010 + Free Software Foundation, Inc. This file is part of GCC. @@ -118,13 +119,6 @@ while (0) #ifndef OBSD_HAS_CORRECT_SPECS -#ifndef OBSD_NO_DYNAMIC_LIBRARIES -#undef SWITCH_TAKES_ARG -#define SWITCH_TAKES_ARG(CHAR) \ - (DEFAULT_SWITCH_TAKES_ARG (CHAR) \ - || (CHAR) == 'R') -#endif - #undef CPP_SPEC #define CPP_SPEC OBSD_CPP_SPEC |