* exec.c (xfer_memory): Add attrib argument.
[deliverable/binutils-gdb.git] / gdb / configure
index ed8a57355ce6bc400046cf743406a4c30d49fe09..57ab4a45d20af616ed3c3de0c4401606fdcdd54a 100755 (executable)
@@ -2814,7 +2814,7 @@ fi
 
 
 CONFIG_OBS=
-CONFIG_LOBS=
+CONFIG_LIB_OBS=
 CONFIG_DEPS=
 CONFIG_SRCS=
 CONFIG_INITS=
@@ -5552,7 +5552,7 @@ echo "configure:5548: checking for HPUX/OSF thread support" >&5
 #define HAVE_HPUX_THREAD_SUPPORT 1
 EOF
 
-            CONFIG_LOBS="${CONFIG_LOBS} hpux-thread.o"
+            CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o"
             CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
          else
             echo "$ac_t""no (suppressed because you are not using GCC)" 1>&6
@@ -5570,7 +5570,7 @@ echo "configure:5567: checking for Solaris thread debugging library" >&5
 #define HAVE_THREAD_DB_LIB 1
 EOF
 
-         CONFIG_LOBS="${CONFIG_LOBS} sol-thread.o"
+         CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
          CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
          echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
 echo "configure:5577: checking for dlopen in -ldl" >&5
@@ -5833,7 +5833,7 @@ fi
 
 
 if test "${enable_netrom}" = "yes"; then
-       CONFIG_LOBS="${CONFIG_LOBS} remote-nrom.o" 
+       CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o" 
         CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
 fi
 
@@ -5843,7 +5843,7 @@ fi
 # NOTE: If you add to this list, remember to update
 # gdb/doc/gdbint.texinfo.
 build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
--Wformat -Wparentheses -Wpointer-arith -Wuninitialized"
+-Wformat -Wparentheses -Wpointer-arith"
 # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
 # -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
 # -Wchar-subscripts -Wuninitialized -Wtraditional -Wshadow -Wcast-qual
@@ -8174,7 +8174,7 @@ s%@IGNORE_SIM@%$IGNORE_SIM%g
 s%@IGNORE_SIM_OBS@%$IGNORE_SIM_OBS%g
 s%@ENABLE_CFLAGS@%$ENABLE_CFLAGS%g
 s%@CONFIG_OBS@%$CONFIG_OBS%g
-s%@CONFIG_LOBS@%$CONFIG_LOBS%g
+s%@CONFIG_LIB_OBS@%$CONFIG_LIB_OBS%g
 s%@CONFIG_DEPS@%$CONFIG_DEPS%g
 s%@CONFIG_SRCS@%$CONFIG_SRCS%g
 s%@CONFIG_INITS@%$CONFIG_INITS%g
This page took 0.025065 seconds and 4 git commands to generate.