diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-03-03 15:26:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-03-03 15:26:23 +0000 |
commit | b010e28320332214db1f655e1717a9b9c1bd7bf9 (patch) | |
tree | 0cccd0b61d59c600902e3702b6ac4537dc49ebe2 /gdb | |
parent | d3c06c91b41c83a0ccd34e6a25d466592fc7927c (diff) | |
download | gdb-b010e28320332214db1f655e1717a9b9c1bd7bf9.zip gdb-b010e28320332214db1f655e1717a9b9c1bd7bf9.tar.gz gdb-b010e28320332214db1f655e1717a9b9c1bd7bf9.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 422c7a4..8606ce2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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, |