ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/lang/gcc34/files/patch-config-freebsd-spec.h
Revision: 167
Committed: 2010-03-12T20:56:57-08:00 (15 years, 3 months ago) by douglas
Content type: text/x-diff
File size: 488 byte(s)
Log Message:
Pull in the rest of the gcc ports to see how well the work for Objective C++.

File Contents

# Content
1 --- gcc/config/freebsd-spec.h.orig 2005-07-19 17:08:48.000000000 -0400
2 +++ gcc/config/freebsd-spec.h 2007-10-17 15:13:55.000000000 -0400
3 @@ -55,7 +55,7 @@
4 builtin_define ("__FreeBSD__=9"); \
5 else if (FBSD_MAJOR == 8) \
6 builtin_define ("__FreeBSD__=8"); \
7 - if (FBSD_MAJOR == 7) \
8 + else if (FBSD_MAJOR == 7) \
9 builtin_define ("__FreeBSD__=7"); \
10 else if (FBSD_MAJOR == 6) \
11 builtin_define ("__FreeBSD__=6"); \

Properties

Name Value
svn:mime-type text/x-diff