mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
75a4d9a474
- devel/binutils: Remove i386 a.out linker scripts when building i386-binutils or a base/binutils that targets i386. - devel/powerpc64-gcc: Remove float.h on i386 since it conflicts with sys/x86/include/float.h. - devel/i386-{binutils,gcc,xtoolchain}: New ports. Reviewed by: bapt (previous version) Differential Revision: https://reviews.freebsd.org/D16228
10 lines
159 B
Makefile
10 lines
159 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMEPREFIX= i386-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
|
|
FREEBSD_EXTENSION= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|