diff options
author | DJ Delorie <dj@redhat.com> | 2000-08-02 18:56:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-08-02 18:56:20 +0000 |
commit | 63266560e98843b391a571290bc6d5dfb788d0f5 (patch) | |
tree | 2f5f02272123a2dea2272d2caefce5a06b21c59b /ChangeLog | |
parent | 8a902701255a16c49f7f893ebbdae91275ef9512 (diff) | |
download | gdb-63266560e98843b391a571290bc6d5dfb788d0f5.zip gdb-63266560e98843b391a571290bc6d5dfb788d0f5.tar.gz gdb-63266560e98843b391a571290bc6d5dfb788d0f5.tar.bz2 |
2000-08-01 Alexandre Oliva <aoliva@redhat.com>
* configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
2000-07-31 Alexandre Oliva <aoliva@redhat.com>
* configure.in (qCXX_FOR_TARGET): Quote `&' characters in
CXX_FOR_TARGET for sed.
2000-07-30 Alexandre Oliva <aoliva@redhat.com>
* configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
Do not override if already set in the environment or in configure.
Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
(FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2000-08-01 Alexandre Oliva <aoliva@redhat.com> + + * configure.in (qCXX_FOR_TARGET): Use echo instead of expr. + +2000-07-31 Alexandre Oliva <aoliva@redhat.com> + + * configure.in (qCXX_FOR_TARGET): Quote `&' characters in + CXX_FOR_TARGET for sed. + +2000-07-30 Alexandre Oliva <aoliva@redhat.com> + + * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET): + Do not override if already set in the environment or in configure. + Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them. + (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses. + 2000-07-27 Alexandre Oliva <aoliva@redhat.com> * Makefile.in (FLAGS_FOR_TARGET): New macro. |