mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 15:00:34 +00:00
* configure.ac: Use '=', not '=='; the latter is a GNU extension.
* configure: Regenerated.
This commit is contained in:
parent
f996f4135f
commit
ca231fcc24
@ -1,3 +1,8 @@
|
||||
2005-03-13 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* configure.ac: Use '=', not '=='; the latter is a GNU extension.
|
||||
* configure: Regenerated.
|
||||
|
||||
2005-03-11 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
|
||||
|
2
gdb/configure
vendored
2
gdb/configure
vendored
@ -19659,7 +19659,7 @@ build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
|
||||
-Wunused-label -Wunused-function"
|
||||
|
||||
# GCC supports -Wuninitialized only with -O or -On, n != 0.
|
||||
if test x${CFLAGS+set} == xset; then
|
||||
if test x${CFLAGS+set} = xset; then
|
||||
case "${CFLAGS}" in
|
||||
*"-O0"* ) ;;
|
||||
*"-O"* )
|
||||
|
@ -1092,7 +1092,7 @@ build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
|
||||
-Wunused-label -Wunused-function"
|
||||
|
||||
# GCC supports -Wuninitialized only with -O or -On, n != 0.
|
||||
if test x${CFLAGS+set} == xset; then
|
||||
if test x${CFLAGS+set} = xset; then
|
||||
case "${CFLAGS}" in
|
||||
*"-O0"* ) ;;
|
||||
*"-O"* )
|
||||
|
Loading…
Reference in New Issue
Block a user