blob: 1079c0a32fa6fd2b77b3b79d5ac11c1a607b6ab3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
$FreeBSD: ports/java/jdk13/files/patch-gcc32.make,v 1.1 2004/11/27 05:48:23 glewis Exp $
--- ../../hotspot1.3.1/build/linux/makefiles/gcc32.make 16 Sep 2002 06:21:28 -0000 1.1
+++ ../../hotspot1.3.1/build/linux/makefiles/gcc32.make 22 Nov 2004 17:19:42 -0000
@@ -108,8 +108,6 @@
#####
-#harmless
-OPT_CFLAGS += -fmemoize-lookups
#unneeded
#OPT_CFLAGS += -fpeephole
#bad
@@ -123,8 +121,8 @@
# Set the environment variable HOTSPARC_HOTSPARC_GENERIC to "true"
# to inhibit the effect of the previous line on CFLAGS.
-CPP = g++32
-CC = gcc32
+CXX ?= g++32
+CC ?= gcc32
AOUT_FLAGS += -export-dynamic
DEBUG_CFLAGS += -g
|