diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 22:36:05 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 22:36:05 +0000 |
commit | 4e447f14a33084a536e1a8a5fd9cfbdf6d7e126f (patch) | |
tree | c1ed2fcdbfb0cf758370fdf6f69241b664a88439 /lang/gcc33/files/patch-freebsd-spec.h | |
parent | Remove gcc-testsuite from DISTFILES, along with the post-build and (diff) |
Remove per deprecation/expiration note.
Notes
Notes:
svn path=/head/; revision=230092
Diffstat (limited to 'lang/gcc33/files/patch-freebsd-spec.h')
-rw-r--r-- | lang/gcc33/files/patch-freebsd-spec.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc33/files/patch-freebsd-spec.h b/lang/gcc33/files/patch-freebsd-spec.h deleted file mode 100644 index abb506655e14..000000000000 --- a/lang/gcc33/files/patch-freebsd-spec.h +++ /dev/null @@ -1,11 +0,0 @@ ---- gcc/config/freebsd-spec.h.orig Thu Jan 13 18:06:26 2005 -+++ gcc/config/freebsd-spec.h Sun Oct 30 21:22:05 2005 -@@ -59,6 +59,8 @@ Boston, MA 02111-1307, USA. */ - builtin_define ("__FreeBSD__=4"); \ - else if (FBSD_MAJOR == 3) \ - builtin_define ("__FreeBSD__=3"); \ -+ else if (FBSD_MAJOR == 7) \ -+ builtin_define ("__FreeBSD__=7"); \ - else \ - builtin_define ("__FreeBSD__"); \ - builtin_define_std ("unix"); \ |