From f704c927b5b8e365ff2fbd053c185306051e0123 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 28 Feb 2016 15:53:20 +0000 Subject: Remove some comments which are hopefully no longer relevant --- ppc-amigaos/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile index e640f7b..6cbd968 100644 --- a/ppc-amigaos/Makefile +++ b/ppc-amigaos/Makefile @@ -10,7 +10,6 @@ UPSTREAM_GMP_VERSION := 5.0.5 UPSTREAM_GMP_TARBALL := gmp-$(UPSTREAM_GMP_VERSION).tar.bz2 UPSTREAM_GMP_URI := http://ftp.gnu.org/gnu/gmp/$(UPSTREAM_GMP_TARBALL) -# Would use 3.0.0, but that dislikes in-tree gmp sources UPSTREAM_MPFR_VERSION := 3.1.2 UPSTREAM_MPFR_TARBALL := mpfr-$(UPSTREAM_MPFR_VERSION).tar.bz2 UPSTREAM_MPFR_URI := http://www.mpfr.org/mpfr-$(UPSTREAM_MPFR_VERSION)/$(UPSTREAM_MPFR_TARBALL) @@ -128,8 +127,6 @@ $(BUILDSTEPS)/$(UPSTREAM_GCC_TARBALL).d: $(BUILDSTEPS)/buildsteps.d $(SOURCESDIR # Rules to build and install binutils ### -# Ugh. Upstream binutils is not remotely 64-bit safe. -# Build a 32bit binary until this gets fixed $(BUILDSTEPS)/binutils.d: $(BUILDSTEPS)/binutils-srcdir.d mkdir -p $(BUILDDIR)/binutils cd $(BUILDDIR)/binutils && $(BINUTILS_SRCDIR)/configure --prefix=$(PREFIX) --target=$(TARGET_NAME) --disable-nls --enable-plugins -- cgit v1.2.3