From 79371b8e8e577e73c487d895dcfe104ded13bda5 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 28 Feb 2003 17:12:24 +0000 Subject: . 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). --- java/jdk14/files/patch-platform_i486 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 java/jdk14/files/patch-platform_i486 (limited to 'java/jdk14') diff --git a/java/jdk14/files/patch-platform_i486 b/java/jdk14/files/patch-platform_i486 new file mode 100644 index 000000000000..176fe9a69716 --- /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 + -- cgit v1.2.3