summaryrefslogtreecommitdiff
path: root/ppc-amigaos
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-28 15:53:20 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-02-28 15:53:20 +0000
commitf704c927b5b8e365ff2fbd053c185306051e0123 (patch)
tree66a10c9b794e2e6f106748134356d802c1c7d8ac /ppc-amigaos
parent1bf224217d78acd0a599838a8e75d46c46361ff2 (diff)
downloadtoolchains-f704c927b5b8e365ff2fbd053c185306051e0123.tar.gz
toolchains-f704c927b5b8e365ff2fbd053c185306051e0123.tar.bz2
Remove some comments which are hopefully no longer relevant
Diffstat (limited to 'ppc-amigaos')
-rw-r--r--ppc-amigaos/Makefile3
1 files changed, 0 insertions, 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