diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-01-22 16:50:22 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-01-22 16:50:22 +0000 |
commit | 22341640938691b0eda94ec701d05734d8d01401 (patch) | |
tree | 64063af4c3873c22c753211ccbcd41ad74b7bd4f /java/jdk16/files/patch-deploy::common::Sanity.gmk | |
parent | Simple xfce editor (diff) |
. Update to patchset 4.
Diffstat (limited to 'java/jdk16/files/patch-deploy::common::Sanity.gmk')
-rw-r--r-- | java/jdk16/files/patch-deploy::common::Sanity.gmk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/java/jdk16/files/patch-deploy::common::Sanity.gmk b/java/jdk16/files/patch-deploy::common::Sanity.gmk deleted file mode 100644 index 8e772eddd1ca..000000000000 --- a/java/jdk16/files/patch-deploy::common::Sanity.gmk +++ /dev/null @@ -1,17 +0,0 @@ -$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 |