Don't hardcode CONFIGURE_TARGET anymore -- the value in bsd.port.mk has
finally caught up with newer autoconf's requirements. Allow to build on AMD64 by lying with CONFIGURE_TARGET.
This commit is contained in:
parent
ce7b03f269
commit
d9162f1589
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104261
13 changed files with 26 additions and 39 deletions
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
|
@ -42,7 +42,8 @@ NOMANCOMPRESS= yes # too hard to deal with differences on 5-cur and releng4
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
BROKEN= "Configure broken due to renaming this architecture from x86_84."
|
||||
# fscking Linux & GNU $*!%
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == sparc64
|
||||
|
@ -54,8 +55,6 @@ WITHOUT_LIBJAVA= yes
|
|||
WITHOUT_LIBJAVA= yes
|
||||
.endif
|
||||
|
||||
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
SRCDIR= ${WRKDIR}/gcc-${VERSIONSTRING}
|
||||
WRKSRC= ${WRKDIR}/build
|
||||
SUFFIX= 34
|
||||
|
|
Loading…
Reference in a new issue