diff options
Diffstat (limited to 'gcc/config/i386/darwin64.h')
-rw-r--r-- | gcc/config/i386/darwin64.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config/i386/darwin64.h b/gcc/config/i386/darwin64.h index 9562faa90ff..6b45e0b5a6c 100644 --- a/gcc/config/i386/darwin64.h +++ b/gcc/config/i386/darwin64.h @@ -1,5 +1,5 @@ /* Target definitions for x86_64 running Darwin. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2011 Free Software Foundation, Inc. Contributed by Apple Computer Inc. This file is part of GCC. @@ -18,9 +18,6 @@ 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 TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (x86_64 Darwin)"); - #undef DARWIN_ARCH_SPEC #define DARWIN_ARCH_SPEC "%{m32:i386;:x86_64}" |