Build properly on ELF systems.

This commit is contained in:
David E. O'Brien 1998-09-27 01:56:14 +00:00
parent 2ee0fae840
commit 1beb04227c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13434
20 changed files with 120 additions and 20 deletions

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif

View file

@ -19,7 +19,6 @@ MAINTAINER= obrien@FreeBSD.org
EGCS_REV= egcs-2.92.07
LIBSTDCPP_REV= 2.9.0
PLIST_SUB= EGCS_REV=${EGCS_REV} GNU_HOST=${GNUHOST}
GNUHOST= i386-unknown-freebsd
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --with-gnu-as --with-gnu-ld ${GNUHOST} \
@ -68,3 +67,9 @@ post-install:
.endfor
.include <bsd.port.mk>
.if (${PORTOBJFORMAT} == "elf")
GNUHOST= i386-unknown-freebsdelf
.else
GNUHOST= i386-unknown-freebsd
.endif