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

Collapse All | Expand All

(-)libiberty/configure.ac.old (+1 lines)
Lines 203-208 Link Here
203
  frag=
203
  frag=
204
  case "${host}" in
204
  case "${host}" in
205
    *-*-cygwin*)	;;
205
    *-*-cygwin*)	;;
206
    *-*-mint*)		;;
206
    alpha*-*-linux*)	frag=mh-elfalphapic ;;
207
    alpha*-*-linux*)	frag=mh-elfalphapic ;;
207
    arm*-*-*)		frag=mh-armpic ;;
208
    arm*-*-*)		frag=mh-armpic ;;
208
    hppa*-*-*)		frag=mh-papic ;;
209
    hppa*-*-*)		frag=mh-papic ;;
(-)libiberty/configure.old (+1 lines)
Lines 3715-3720 Link Here
3715
  frag=
3715
  frag=
3716
  case "${host}" in
3716
  case "${host}" in
3717
    *-*-cygwin*)	;;
3717
    *-*-cygwin*)	;;
3718
    *-*-mint*)		;;
3718
    alpha*-*-linux*)	frag=mh-elfalphapic ;;
3719
    alpha*-*-linux*)	frag=mh-elfalphapic ;;
3719
    arm*-*-*)		frag=mh-armpic ;;
3720
    arm*-*-*)		frag=mh-armpic ;;
3720
    hppa*-*-*)		frag=mh-papic ;;
3721
    hppa*-*-*)		frag=mh-papic ;;
(-)gcc/Makefile.in.old (+1 lines)
Lines 1567-1572 Link Here
1567
cc1$(exeext): $(C_OBJS) cc1-checksum.o $(BACKEND) $(LIBDEPS)
1567
cc1$(exeext): $(C_OBJS) cc1-checksum.o $(BACKEND) $(LIBDEPS)
1568
	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) cc1-checksum.o \
1568
	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) cc1-checksum.o \
1569
	  $(BACKEND) $(LIBS) $(GMPLIBS)
1569
	  $(BACKEND) $(LIBS) $(GMPLIBS)
1570
	stack -S 3 $@
1570
1571
1571
#
1572
#
1572
# Build libgcc.a.
1573
# Build libgcc.a.

Return to bug 268343