diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-07-28 23:00:42 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-07-28 23:00:42 +0000 |
commit | af1fa5e7caf40fa99e93b359fbf2811c4ee8d4e3 (patch) | |
tree | b1fc694d3294e26722cde33c5bf4325201e2d3b0 /gdb/testsuite/ChangeLog | |
parent | 754e5da26e5fb9374d6768188944fbca8d49d37c (diff) | |
download | gdb-af1fa5e7caf40fa99e93b359fbf2811c4ee8d4e3.zip gdb-af1fa5e7caf40fa99e93b359fbf2811c4ee8d4e3.tar.gz gdb-af1fa5e7caf40fa99e93b359fbf2811c4ee8d4e3.tar.bz2 |
* config/mt-slite (LDFLAGS): If using the newlib in the tree, set
the -B and -L prefixes so we can find the debugging stub.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a5fcb65..666ac5d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + * config/mt-slite (LDFLAGS): If using the newlib in the tree, set + the -B and -L prefixes so we can find the debugging stub. + * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is there and we are using the gcc from the tree. |