mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
- 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
9 lines
180 B
Makefile
9 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
COMMENT= GNU binutils for i386 cross-development
|
|
PKGNAMEPREFIX= i386-
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
MASTERDIR= ${.CURDIR}/../binutils
|
|
|
|
.include "${MASTERDIR}/Makefile"
|