Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 87932 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-3.4.4.orig/gcc/mklibgcc.in (-2 / +4 lines)
Lines 647-656 Link Here
647
done
647
done
648
648
649
echo ""
649
echo ""
650
echo "all: $all"
650
echo "all:"
651
651
652
echo ""
652
echo ""
653
echo "install: $all"
653
echo "install:"
654
echo ""
655
echo "DISABLED:"
654
for ml in $MULTILIBS; do
656
for ml in $MULTILIBS; do
655
  dir=`echo ${ml} | sed -e 's/;.*$//' -e 's/=/$(EQ)/g'`
657
  dir=`echo ${ml} | sed -e 's/;.*$//' -e 's/=/$(EQ)/g'`
656
  flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`;
658
  flags=`echo ${ml} | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`;
(-)gcc-3.4.4.orig/Makefile.in (-2 / +2 lines)
Lines 616-622 Link Here
616
616
617
# The target built for a native build.
617
# The target built for a native build.
618
.PHONY: all.normal
618
.PHONY: all.normal
619
all.normal: @all_build_modules@ all-host all-target
619
all.normal: @all_build_modules@ all-host
620
620
621
.PHONY: all-host
621
.PHONY: all-host
622
all-host: maybe-all-gcc  \
622
all-host: maybe-all-gcc  \
Lines 17390-17396 Link Here
17390
# Installation targets.
17390
# Installation targets.
17391
17391
17392
.PHONY: install uninstall
17392
.PHONY: install uninstall
17393
install: installdirs install-host install-target
17393
install: installdirs install-host
17394
17394
17395
.PHONY: install-host-nogcc
17395
.PHONY: install-host-nogcc
17396
install-host-nogcc:  \
17396
install-host-nogcc:  \

Return to bug 87932