diff options
author | glewis <glewis@FreeBSD.org> | 2003-02-28 17:12:24 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-02-28 17:12:24 +0000 |
commit | cbef21df890d8555e5fd9a7ef3e3491f36d73af3 (patch) | |
tree | ac0f1732cfabf306bd9293d1912931e7fee07471 /java/jdk14 | |
parent | 31e02c3003ad2f86bfa71599ff998fe41cf68ef2 (diff) | |
download | FreeBSD-ports-cbef21df890d8555e5fd9a7ef3e3491f36d73af3.zip FreeBSD-ports-cbef21df890d8555e5fd9a7ef3e3491f36d73af3.tar.gz |
. Be consistent about our compiler settings. Using gcc32 here was both
inconsistent with the rest of the code and only relevant on 4.x (since
5.x has gcc 3.2.x as its default compiler).
Diffstat (limited to 'java/jdk14')
-rw-r--r-- | java/jdk14/files/patch-platform_i486 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk14/files/patch-platform_i486 b/java/jdk14/files/patch-platform_i486 new file mode 100644 index 0000000..176fe9a --- /dev/null +++ b/java/jdk14/files/patch-platform_i486 @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../hotspot1.3.1/build/linux/platform_i486 Thu Jan 23 00:28:52 2003 ++++ ../../hotspot1.3.1/build/linux/platform_i486 Thu Jan 23 01:14:01 2003 +@@ -6,7 +6,7 @@ + + lib_arch = i386 + +-compiler = gcc32 ++compiler = gcc + + gnu_dis_arch = i386 + |