[Lunar-commits] r19115 - moonbase/trunk/compilers/gcc2/plugin.d
Auke Kok
sofar at lunar-linux.org
Fri Mar 3 22:31:47 UTC 2006
Author: sofar
Date: 2006-03-03 22:31:44 +0000 (Fri, 03 Mar 2006)
New Revision: 19115
Modified:
moonbase/trunk/compilers/gcc2/plugin.d/optimize-gcc_2_95_3.plugin
Log:
two strings forgotten
Modified: moonbase/trunk/compilers/gcc2/plugin.d/optimize-gcc_2_95_3.plugin
===================================================================
--- moonbase/trunk/compilers/gcc2/plugin.d/optimize-gcc_2_95_3.plugin 2006-03-03 22:27:27 UTC (rev 19114)
+++ moonbase/trunk/compilers/gcc2/plugin.d/optimize-gcc_2_95_3.plugin 2006-03-03 22:31:44 UTC (rev 19115)
@@ -117,7 +117,7 @@
# choice for COMPILERS
if [ -z "$1" ]; then
echo "GCC_2_95_3"
- echo "GNU C Compiler suite version 3.4.x"
+ echo "GNU C Compiler suite version 2.95.x"
return 2
elif [ "$1" != "GCC_2_95_3" ]; then
# we don't display anything when the user selected a
@@ -194,7 +194,7 @@
default)
if [ "$IS_DEFAULT" != "DEFAULT" ]; then
set_local_config LUNAR_COMPILER GCC_2_95_3
- $DIALOG --msgbox "Gcc 3.4 is now the default compiler!" 6 60
+ $DIALOG --msgbox "Gcc 2.95 is now the default compiler!" 6 60
fi
;;
bopt)
More information about the Lunar-commits
mailing list