Skip to content

Commit

Permalink
Merge pull request lunar-linux#89 from v4hn/gcc-plugin
Browse files Browse the repository at this point in the history
gcc: someone missed to change a number..
  • Loading branch information
Ratler committed Aug 23, 2012
2 parents 626a703 + 3ecf104 commit e3c1e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/gcc/plugin.d/optimize-gcc_4_7.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ EOF
default)
if [ "$IS_DEFAULT" != "DEFAULT" ]; then
set_local_config LUNAR_COMPILER GCC_4_7
$DIALOG --msgbox "Gcc 4.6 is now the default compiler!" 6 60
$DIALOG --msgbox "Gcc 4.7 is now the default compiler!" 6 60
fi
;;
safe)
Expand Down

0 comments on commit e3c1e48

Please sign in to comment.