From 50d1db4f9e9c59e5dd04a4a58aca83fb8c6d6cb9 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 25 Dec 2009 15:45:44 +0900 Subject: [PATCH] Fixed Makefile bug --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile b/Makefile index dbe893e..e0e6201 100644 --- a/Makefile +++ b/Makefile @@ -45,13 +45,27 @@ CONFIGURE_ENV+= PerlCmd=${PERL5:Q} # We don't want to extract all of the DISTFILEs. EXTRACT_ONLY= ${DISTNAME}-src.tar.bz2 +<<<<<<< Makefile +PLATFORM= ${LOWER_ARCH}-unknown-${LOWER_OPSYS} CONFIGURE_ARGS += \ + --build=${PLATFORM} \ + --host=${PLATFORM} \ + --target=${PLATFORM} \ --prefix=${PREFIX} \ --mandir=${PREFIX}/${PKGMANDIR} \ --with-gmp-includes=${PREFIX}/include \ --with-gmp-libraries=${PREFIX}/lib \ --with-iconv-includes=${PREFIX}/include \ --with-iconv-libraries=${PREFIX}/lib +======= +CONFIGURE_ARGS += \ + --prefix=${PREFIX} \ + --mandir=${PREFIX}/${PKGMANDIR} \ + --with-gmp-includes=${PREFIX}/include \ + --with-gmp-libraries=${PREFIX}/lib \ + --with-iconv-includes=${PREFIX}/include \ + --with-iconv-libraries=${PREFIX}/lib +>>>>>>> 1.14 # Build an unregisterised bootstrap compiler and install it directly # into the .buildlink directory. But we can't use "make install" -- 2.40.0