mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
2005-08-17 Christian Groessler <chris@groessler.org>
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. * Makefile.in: Regenerate.
This commit is contained in:
parent
181fc57c8e
commit
e1e3d0f5e6
@ -1,3 +1,8 @@
|
||||
2005-08-17 Christian Groessler <chris@groessler.org>
|
||||
|
||||
* Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2005-08-12 Paolo Bonzini <bonzini@gnu.org>
|
||||
|
||||
* configure.in: Replace NCN_STRICT_CHECK_TOOL with
|
||||
|
@ -365,7 +365,7 @@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ $(FLAGS_FOR_TARGET)
|
||||
CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
|
||||
USUAL_CC_FOR_TARGET = ` \
|
||||
if [ -f $$r/$(HOST_SUBDIR)/gcc/xgcc ] ; then \
|
||||
echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc ; \
|
||||
echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/ ; \
|
||||
else \
|
||||
if [ '$(host)' = '$(target)' ] ; then \
|
||||
echo $(CC); \
|
||||
|
@ -368,7 +368,7 @@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ $(FLAGS_FOR_TARGET)
|
||||
CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
|
||||
USUAL_CC_FOR_TARGET = ` \
|
||||
if [ -f $$r/$(HOST_SUBDIR)/gcc/xgcc ] ; then \
|
||||
echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc ; \
|
||||
echo $$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/ ; \
|
||||
else \
|
||||
if [ '$(host)' = '$(target)' ] ; then \
|
||||
echo $(CC); \
|
||||
|
Loading…
Reference in New Issue
Block a user