diff options
Diffstat (limited to 'gcc/config/i386/openbsdelf.h')
-rw-r--r-- | gcc/config/i386/openbsdelf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/openbsdelf.h b/gcc/config/i386/openbsdelf.h index d372835..a0c6810 100644 --- a/gcc/config/i386/openbsdelf.h +++ b/gcc/config/i386/openbsdelf.h @@ -1,6 +1,6 @@ /* Configuration for an OpenBSD i386 target. - Copyright (C) 2005, 2007 Free Software Foundation, Inc. + Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -129,6 +129,6 @@ along with GCC; see the file COPYING3. If not see %{static:-Bstatic} \ %{!static:-Bdynamic} \ %{assert*} \ - %{!dynamic-linker:-dynamic-linker /usr/libexec/ld.so}" + -dynamic-linker /usr/libexec/ld.so" #define OBSD_HAS_CORRECT_SPECS |