[Commits] (vajda) more on Linux
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 23 17:45:25 PDT 2004
Commit by: vajda
Modified files:
external/Makefile.inc 1.6 1.7
Log message:
more on Linux
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.inc.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: external/Makefile.inc
diff -u external/Makefile.inc:1.6 external/Makefile.inc:1.7
--- external/Makefile.inc:1.6 Fri Apr 23 14:27:28 2004
+++ external/Makefile.inc Fri Apr 23 17:44:53 2004
@@ -117,5 +117,16 @@
endif
+ifeq ($(OS),Linux)
+
+.PHONY: compiler
+
+compiler=compiler
+
+$(compiler):
+ echo you need to install a gcc 3.3.x distribution for your Linux distribution that includes gcj and set GCJ_HOME to point at its installation directory
+
+endif
+
compilers: $(compiler)
More information about the Commits
mailing list