diff options
author | Nick Clifton <nickc@redhat.com> | 2007-10-08 09:30:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-10-08 09:30:35 +0000 |
commit | 77961173731e8e3da656b1d339fc203a898e87db (patch) | |
tree | 84b74dbfd319358bb85e21b67da78ee7ecc7ae45 /ChangeLog | |
parent | 2fb5f81aa51b0418554f310f384c398a54892beb (diff) | |
download | cygnal-77961173731e8e3da656b1d339fc203a898e87db.tar.gz cygnal-77961173731e8e3da656b1d339fc203a898e87db.tar.bz2 cygnal-77961173731e8e3da656b1d339fc203a898e87db.zip |
* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): Default them to host flags
only for $host = $build.
Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.
Set default LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-10-08 Mike Frysinger <vapier@gentoo.org> + + * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, + LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build. + Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default + LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. + * configure: Regenerate. + 2007-10-01 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD, |