1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/i386-gcc/Makefile
John Baldwin 75a4d9a474 Add ports for an i386 external GCC toolchain.
- 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
2018-07-25 17:46:55 +00:00

10 lines
159 B
Makefile

# $FreeBSD$
PKGNAMEPREFIX= i386-
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
FREEBSD_EXTENSION= yes
.include "${MASTERDIR}/Makefile"