summaryrefslogtreecommitdiff
path: root/java/classpath/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/classpath/Makefile')
-rw-r--r--java/classpath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile
index 054db015678f..f0fd24687da0 100644
--- a/java/classpath/Makefile
+++ b/java/classpath/Makefile
@@ -141,7 +141,7 @@ JAVA?= ${LOCALBASE}/bootstrap-openjdk/bin/java
JAVAC?= ${LOCALBASE}/bootstrap-openjdk/bin/javac
.else
USE_BINUTILS= yes
-USE_GCC= 4.6+
+USE_GCC= yes
GCC_SUFX= ${_USE_GCC:S/.//}
JAR?= ${LOCALBASE}/bin/gjar${GCC_SUFX}
JAVA?= ${LOCALBASE}/bin/gij${GCC_SUFX}