diff options
Diffstat (limited to 'gcc/config/i386/kfreebsd-gnu.h')
-rw-r--r-- | gcc/config/i386/kfreebsd-gnu.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/kfreebsd-gnu.h b/gcc/config/i386/kfreebsd-gnu.h index b5fb2ba29ca..8c4be69a98c 100644 --- a/gcc/config/i386/kfreebsd-gnu.h +++ b/gcc/config/i386/kfreebsd-gnu.h @@ -1,5 +1,5 @@ /* Definitions for Intel 386 running kFreeBSD-based GNU systems with ELF format - Copyright (C) 2004, 2007 + Copyright (C) 2004, 2007, 2011 Free Software Foundation, Inc. Contributed by Robert Millan. @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#undef LINK_EMULATION -#define LINK_EMULATION "elf_i386_fbsd" +#undef GNU_USER_LINK_EMULATION +#define GNU_USER_LINK_EMULATION "elf_i386_fbsd" #undef REG_NAME #define REG_NAME(reg) sc_ ## reg |