* Makefile.in: Changes to build testsuite correctly.
authorIan Lance Taylor <ian@airs.com>
Wed, 3 Mar 1993 15:26:23 +0000 (15:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 3 Mar 1993 15:26:23 +0000 (15:26 +0000)
(FLAGS_TO_PASS): Added CXX and CXXFLAGS.
(CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables.
(TARGET_FLAGS_TO_PASS): New variable.
(SUBDIRS): Added testsuite.
(all): Build testsuite using TARGET_FLAGS_TO_PASS, so that
testsuite is compiled with CC_FOR_TARGET rather than CC.

gdb/ChangeLog

index 422c7a41502f423d6845144b0602e24b6ee2c28e..8606ce2c57fff361e5d7a3702cafd86161b8e685 100644 (file)
@@ -1,3 +1,13 @@
+Wed Mar  3 07:23:03 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in: Changes to build testsuite correctly.
+       (FLAGS_TO_PASS): Added CXX and CXXFLAGS.
+       (CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables.
+       (TARGET_FLAGS_TO_PASS): New variable.
+       (SUBDIRS): Added testsuite.
+       (all): Build testsuite using TARGET_FLAGS_TO_PASS, so that
+       testsuite is compiled with CC_FOR_TARGET rather than CC.
+
 Tue Mar  2 17:57:56 1993  Fred Fish  (fnf@cygnus.com)
 
        * dbxread.c (dbx_symfile_init):  Fix for nonexistant string table,