From 9b77289e90c6f1ae50a3e5a9acf0b65a83b18414 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:56:15 +0000 Subject: [PATCH] 2003/03/01 10:52:53 darcs-hash:20040130065615-2ba56-968907e0a99b91911a0eb4ccc4e7d7eeb1c0796d.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6bcc599..aca3f84 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ gcc_flags := -O9 -ffast-math -fomit-frame-pointer -foptimize-siblin gcj_flags := -fCLASSPATH=bin gcj := $(gcc_path)/bin/$(target)-gcj $(gcj_flags) $(gcc_flags) gcc := $(gcc_path)/bin/$(target)-g++ $(gcc_flags) -gcjh := $(gcc_path)/bin/$(target)-gcjh +gcjh := $(gcc_path)/bin/gcjh ar := $(gcc_path)/$(target)/bin/ar strip := $(gcc_path)/$(target)/bin/strip jikes := jikes -extdirs ${JAVA_HOME}/jre/lib -nowarn -- 1.7.10.4