[Lunar-commits] <moonbase> gcc: use 4.4 version in the message.
Florin Braescu
florin at lunar-linux.org
Wed Sep 23 23:02:54 CEST 2009
commit 00b544a7790005d0f28c70701db9aab0ef8a9a23
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Sep 24 00:02:54 2009 +0300
gcc: use 4.4 version in the message.
---
compilers/gcc/plugin.d/optimize-gcc_4_4.plugin | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin
index c6bab48..2b47121 100644
--- a/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin
+++ b/compilers/gcc/plugin.d/optimize-gcc_4_4.plugin
@@ -1,5 +1,5 @@
#
-# gcc-4.3.x compiler optimizations plugin
+# gcc-4.4.x compiler optimizations plugin
#
plugin_compiler_gcc_4_4_optimize()
@@ -240,7 +240,7 @@ EOF
default)
if [ "$IS_DEFAULT" != "DEFAULT" ]; then
set_local_config LUNAR_COMPILER GCC_4_4
- $DIALOG --msgbox "Gcc 4.3 is now the default compiler!" 6 60
+ $DIALOG --msgbox "Gcc 4.4 is now the default compiler!" 6 60
fi
;;
safe)
More information about the Lunar-commits
mailing list