[Commits] (vajda) added version display for gcj
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 23 18:00:21 PDT 2004
Commit by: vajda
Modified files:
external/Makefile.inc 1.7 1.8
Log message:
added version display for gcj
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/external/Makefile.inc.diff?r1=text&tr1=1.7&r2=text&tr2=1.8
Index: external/Makefile.inc
diff -u external/Makefile.inc:1.7 external/Makefile.inc:1.8
--- external/Makefile.inc:1.7 Fri Apr 23 17:44:53 2004
+++ external/Makefile.inc Fri Apr 23 17:59:49 2004
@@ -74,6 +74,8 @@
echo it needs to be set to the absolute gcc with gcj installation path; \
echo or unset it and run 'make compilers' to install gcc with gcj into $(BUILD_ROOT)/mingw-3.1; \
false; \
+ else \
+ $(GCJ_HOME)/bin/gcj.exe --v; \
fi
else
@if [ ! -f $(GCJ_HOME)/bin/gcj ]; then \
@@ -81,6 +83,8 @@
echo it needs to be set to the absolute gcc with gcj installation path; \
echo or unset it and run 'make compilers' to install gcc with gcj into $(BUILD_ROOT)/gcc-3.4; \
false; \
+ else \
+ $(GCJ_HOME)/bin/gcj --v; \
fi
endif
@@ -124,7 +128,7 @@
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
+ @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
More information about the Commits
mailing list