diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-08 14:41:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-08 14:41:43 +0000 |
commit | d5a8bfde90285188640879d2791ada8976e0c12c (patch) | |
tree | f27f966e574da87eaca93d9de06a7eac95a59b69 /ChangeLog | |
parent | 1217102f2cd028df972170ee0c79d510b62381e7 (diff) | |
download | gdb-d5a8bfde90285188640879d2791ada8976e0c12c.zip gdb-d5a8bfde90285188640879d2791ada8976e0c12c.tar.gz gdb-d5a8bfde90285188640879d2791ada8976e0c12c.tar.bz2 |
Patches from Geoffrey Noer <noer@cygnus.com>:
* configure.in: If configuring for newlib, pass --with-newlib to
subdirectories.
* Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
-Bnewlib/ and -Lwinsup to gcc.
(CXX_FOR_TARGET): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com> + + Patches from Geoffrey Noer <noer@cygnus.com>: + * configure.in: If configuring for newlib, pass --with-newlib to + subdirectories. + * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a + -Bnewlib/ and -Lwinsup to gcc. + (CXX_FOR_TARGET): Likewise. + Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (ETC_SUPPORT): Add configure. |