diff options
author | obrien <obrien@FreeBSD.org> | 2008-06-28 15:17:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2008-06-28 15:17:02 +0000 |
commit | 5537e363a72e2314e2407f9a0151cbeb4e8a7597 (patch) | |
tree | f87d300397fcf919b0b564e54ca5a383780e84e2 /contrib/gcc | |
parent | a559bf4f34e432e4a9fdef7cf114e5c4a79e9302 (diff) | |
download | FreeBSD-src-5537e363a72e2314e2407f9a0151cbeb4e8a7597.zip FreeBSD-src-5537e363a72e2314e2407f9a0151cbeb4e8a7597.tar.gz |
Reduce diff to vendor.
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index b23455c..c5ea138 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -78,7 +78,7 @@ Boston, MA 02110-1301, USA. */ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE (TARGET_64BIT ? 32 : BITS_PER_WORD) -#undef SUBTARGET_EXTRA_SPECS /* i386.h bogusly defines it. */ +#undef SUBTARGET_EXTRA_SPECS /* i386.h bogusly defines it. */ #define SUBTARGET_EXTRA_SPECS \ { "fbsd_dynamic_linker", FBSD_DYNAMIC_LINKER } |