aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha/gnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/alpha/gnu.h')
-rw-r--r--gcc/config/alpha/gnu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/gnu.h b/gcc/config/alpha/gnu.h
index f98c3e7..ca71980 100644
--- a/gcc/config/alpha/gnu.h
+++ b/gcc/config/alpha/gnu.h
@@ -1,6 +1,6 @@
/* Configuration for an Alpha running GNU with ELF as the target machine.
-Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 2002, 2003, 2004, 2010 Free Software Foundation, Inc.
This file is part of GCC.
@@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#undef TARGET_OS_CPP_BUILTINS /* config.gcc includes alpha/linux.h. */
#define TARGET_OS_CPP_BUILTINS() \
do { \
- HURD_TARGET_OS_CPP_BUILTINS(); \
+ LINUX_TARGET_OS_CPP_BUILTINS(); \
builtin_define ("_LONGLONG"); \
} while (0)