Add NM and CFLAGS to the exports.
authorEli Zaretskii <eliz@gnu.org>
Mon, 25 Feb 2002 16:09:46 +0000 (16:09 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 25 Feb 2002 16:09:46 +0000 (16:09 +0000)
gdb/ChangeLog
gdb/config/djgpp/djconfig.sh

index 00a9570779d78357ff7ec6b6e81f64d11b4f60ed..e153d08ad040ad0e7edcd5052bd2b72692888bb0 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-25  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * config/djgpp/djconfig.sh: Set NM=nm and CFLAGS="-g -O2" in the
+        list of exported variables.
+
 2002-02-24  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbserver/configure.srv: New file.
index cb9664be3f1fefe1b420f6641ce214f94bb2a58e..23be0d5fdad2d43e93502ae76d17848bf0572d67 100644 (file)
@@ -5,7 +5,7 @@
 # configuring other GNU programs for DJGPP.
 #
 #=====================================================================
-# Copyright 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
 #
 # Originally written by Robert Hoehne, revised by Eli Zaretskii.
 #  This file is part of GDB.
@@ -122,7 +122,9 @@ utod $srcdir/ltmain.sh
 
 # Give the configure script some hints:
 export LD=ld
+export NM=nm
 export CC=gcc
+export CFLAGS="-O2 -g"
 export RANLIB=ranlib
 export DEFAULT_YACC="bison -y"
 export YACC="bison -y"