mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 00:37:32 +08:00
acinclude.m4: Replace -W with more speaking -Wextra.
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch> * acinclude.m4: Replace -W with more speaking -Wextra. * aclocal.m4: Regenerate. * configure: Regenerate. From-SVN: r81454
This commit is contained in:
parent
007265b805
commit
dddf9bcc83
@ -1,3 +1,9 @@
|
|||||||
|
2004-05-03 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
|
* acinclude.m4: Replace -W with more speaking -Wextra.
|
||||||
|
* aclocal.m4: Regenerate.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
|
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
|
||||||
|
|
||||||
* configure.ac: Bump AC_PREREQ to 2.59.
|
* configure.ac: Bump AC_PREREQ to 2.59.
|
||||||
|
@ -4643,7 +4643,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||||||
mvs*)
|
mvs*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
cxx)
|
cxx)
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
2
libjava/libltdl/aclocal.m4
vendored
2
libjava/libltdl/aclocal.m4
vendored
@ -4622,7 +4622,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
|||||||
mvs*)
|
mvs*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
cxx)
|
cxx)
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
2
libjava/libltdl/configure
vendored
2
libjava/libltdl/configure
vendored
@ -11255,7 +11255,7 @@ echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
|
|||||||
mvs*)
|
mvs*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
cxx)
|
cxx)
|
||||||
lt_prog_compiler_pic_CXX='-W c,exportall'
|
lt_prog_compiler_pic_CXX='-Wextra c,exportall'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user