diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-01-10 17:36:56 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-01-10 17:36:56 +0000 |
commit | e647c3eab4a98c014a73c4026cb41fd1a7cc9a04 (patch) | |
tree | 1b732acc70099e55e31c11110f841b48bd86d844 /java/jdk15/files/patch-deploy::common::Sanity.gmk | |
parent | - Fix pkg-plist (diff) |
All we are saying is give gcc 4.x a chance.
Prompted by: pointyhat (via kris)
Notes
Notes:
svn path=/head/; revision=181981
Diffstat (limited to 'java/jdk15/files/patch-deploy::common::Sanity.gmk')
-rw-r--r-- | java/jdk15/files/patch-deploy::common::Sanity.gmk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/jdk15/files/patch-deploy::common::Sanity.gmk b/java/jdk15/files/patch-deploy::common::Sanity.gmk new file mode 100644 index 000000000000..8e772eddd1ca --- /dev/null +++ b/java/jdk15/files/patch-deploy::common::Sanity.gmk @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- ../../deploy/make/common/Sanity.gmk 18 Dec 2006 21:49:45 -0000 1.8 ++++ ../../deploy/make/common/Sanity.gmk 10 Jan 2007 17:22:34 -0000 +@@ -50,10 +50,10 @@ + ifeq ($(TRUE_PLATFORM), FreeBSD) + ifeq ($(ARCH_DATA_MODEL), 32) + REQUIRED_BSD_VERSION = 4.1[01]|5.[345]|6.* +- REQUIRED_GCC_VERSION = 2.95.4|3.* ++ REQUIRED_GCC_VERSION = 2.95.4|3.*|4.* + else + REQUIRED_BSD_VERSION = 5.[345]|6.* +- REQUIRED_GCC_VERSION = 3.* ++ REQUIRED_GCC_VERSION = 3.*|4.* + endif + endif + endif |