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

Collapse All | Expand All

(-)libiberty/configure.old (+1 lines)
Lines 4104-4109 Link Here
4104
if [ "${shared}" = "yes" ]; then
4104
if [ "${shared}" = "yes" ]; then
4105
  case "${host}" in
4105
  case "${host}" in
4106
    *-*-cygwin*)	;;
4106
    *-*-cygwin*)	;;
4107
    *-*-mint*)		;;
4107
    alpha*-*-linux*)	PICFLAG=-fPIC ;;
4108
    alpha*-*-linux*)	PICFLAG=-fPIC ;;
4108
    arm*-*-*)		PICFLAG=-fPIC ;;
4109
    arm*-*-*)		PICFLAG=-fPIC ;;
4109
    hppa*-*-*)		PICFLAG=-fPIC ;;
4110
    hppa*-*-*)		PICFLAG=-fPIC ;;
(-)libiberty/configure.ac.old (+1 lines)
Lines 201-206 Link Here
201
if [[ "${shared}" = "yes" ]]; then
201
if [[ "${shared}" = "yes" ]]; then
202
  case "${host}" in
202
  case "${host}" in
203
    *-*-cygwin*)	;;
203
    *-*-cygwin*)	;;
204
    *-*-mint*)		;;
204
    alpha*-*-linux*)	PICFLAG=-fPIC ;;
205
    alpha*-*-linux*)	PICFLAG=-fPIC ;;
205
    arm*-*-*)		PICFLAG=-fPIC ;;
206
    arm*-*-*)		PICFLAG=-fPIC ;;
206
    hppa*-*-*)		PICFLAG=-fPIC ;;
207
    hppa*-*-*)		PICFLAG=-fPIC ;;
(-)gcc/Makefile.in.old (+1 lines)
Lines 1653-1658 Link Here
1653
cc1$(exeext): $(C_OBJS) cc1-checksum.o $(BACKEND) $(LIBDEPS)
1653
cc1$(exeext): $(C_OBJS) cc1-checksum.o $(BACKEND) $(LIBDEPS)
1654
	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) cc1-checksum.o \
1654
	$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(C_OBJS) cc1-checksum.o \
1655
	  $(BACKEND) $(LIBS) $(BACKENDLIBS)
1655
	  $(BACKEND) $(LIBS) $(BACKENDLIBS)
1656
	stack -S 3 $@
1656
1657
1657
#
1658
#
1658
# Build libgcc.a.
1659
# Build libgcc.a.

Return to bug 283382