diff options
author | obrien <obrien@FreeBSD.org> | 2008-08-31 23:38:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-08-31 23:38:28 +0000 |
commit | 1da46bec0265d325476f65094ffda9c1ed80c7f5 (patch) | |
tree | bc857117127eed5f74da8855b772fc2ddf1577aa /contrib/gcc | |
parent | affcc995ea407888eb3c840f0dfcc8a4b2936bd9 (diff) | |
download | FreeBSD-src-1da46bec0265d325476f65094ffda9c1ed80c7f5.zip FreeBSD-src-1da46bec0265d325476f65094ffda9c1ed80c7f5.tar.gz |
Turn cc_tools/Makefile and Makefile.tgt into a "linear" read. Shared
parts of the configuration aren't duplicated, and arch-specific exceptions
are made "in-place". Also clean up the FreeBSD/amd64 config a little.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/i386/freebsd64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/freebsd64.h b/contrib/gcc/config/i386/freebsd64.h index 0c41602..b9e7386 100644 --- a/contrib/gcc/config/i386/freebsd64.h +++ b/contrib/gcc/config/i386/freebsd64.h @@ -23,7 +23,7 @@ Boston, MA 02110-1301, USA. */ #undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (FreeBSD/x86-64 ELF)"); +#define TARGET_VERSION fprintf (stderr, " (FreeBSD/amd64 ELF)"); #undef FBSD_TARGET_CPU_CPP_BUILTINS #define FBSD_TARGET_CPU_CPP_BUILTINS() \ |