mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2005-08-17 Christian Groessler <chris@groessler.org> * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash. * Makefile.in: Regenerate. From-SVN: r103216
This commit is contained in:
parent
d28cbb0767
commit
0f029d398b
@ -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-15 Andreas Krebbel <krebbel1@de.ibm.com>
|
2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
|
||||||
|
|
||||||
* MAINTAINERS (write after approval): Added myself.
|
* MAINTAINERS (write after approval): Added myself.
|
||||||
|
@ -365,7 +365,7 @@ CC_FOR_TARGET=$(STAGE_CC_WRAPPER) @CC_FOR_TARGET@ $(FLAGS_FOR_TARGET)
|
|||||||
CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
|
CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
|
||||||
USUAL_CC_FOR_TARGET = ` \
|
USUAL_CC_FOR_TARGET = ` \
|
||||||
if [ -f $$r/$(HOST_SUBDIR)/gcc/xgcc ] ; then \
|
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 \
|
else \
|
||||||
if [ '$(host)' = '$(target)' ] ; then \
|
if [ '$(host)' = '$(target)' ] ; then \
|
||||||
echo $(CC); \
|
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@
|
CONFIGURED_CC_FOR_TARGET=@CONFIGURED_CC_FOR_TARGET@
|
||||||
USUAL_CC_FOR_TARGET = ` \
|
USUAL_CC_FOR_TARGET = ` \
|
||||||
if [ -f $$r/$(HOST_SUBDIR)/gcc/xgcc ] ; then \
|
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 \
|
else \
|
||||||
if [ '$(host)' = '$(target)' ] ; then \
|
if [ '$(host)' = '$(target)' ] ; then \
|
||||||
echo $(CC); \
|
echo $(CC); \
|
||||||
|
Loading…
Reference in New Issue
Block a user