diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-18 17:40:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-18 17:40:56 +0000 |
commit | 72ce05e86d76d33f6215c43635afaa77012b73d3 (patch) | |
tree | 14adb125b6d3ae06d6a5288a632ce89449dde0ea /ChangeLog | |
parent | c7f6f3993c861bd2a18201530b308c56417e2cb9 (diff) | |
download | gdb-72ce05e86d76d33f6215c43635afaa77012b73d3.zip gdb-72ce05e86d76d33f6215c43635afaa77012b73d3.tar.gz gdb-72ce05e86d76d33f6215c43635afaa77012b73d3.tar.bz2 |
* Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
(CXX_FOR_TARGET): Likewise.
(GCC_FOR_TARGET): Define.
(BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
(EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
CC_FOR_TARGET was specified on the command line.
(MAKEOVERRIDES): Don't define.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com> + + * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile. + (CXX_FOR_TARGET): Likewise. + (GCC_FOR_TARGET): Define. + (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET. + (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether + CC_FOR_TARGET was specified on the command line. + (MAKEOVERRIDES): Don't define. + start-sanitize-m32r Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com> |