diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2000-07-30 05:35:14 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-07-30 05:35:14 +0000 |
commit | d4eb109cb1c27297c132a95373ae46b9adf78962 (patch) | |
tree | 617076f3a662c60356fdce2af9b794f9ccc6fb5e /ChangeLog | |
parent | c09cda19a6f9d172ea46cb93f3527b2c1c8c79ad (diff) | |
download | gcc-d4eb109cb1c27297c132a95373ae46b9adf78962.zip gcc-d4eb109cb1c27297c132a95373ae46b9adf78962.tar.gz gcc-d4eb109cb1c27297c132a95373ae46b9adf78962.tar.bz2 |
configure.in (CC_FOR_TARGET, [...]): Do not override if already set in the environment or in configure.
* 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.
From-SVN: r35332
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +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-28 Alexandre Oliva <aoliva@redhat.com> * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from |