19 lines
502 B
Makefile
19 lines
502 B
Makefile
# $OpenBSD: Makefile.inc,v 1.2 2020/04/05 21:55:01 tracey Exp $
|
|
|
|
BROKEN-sparc64 = 'in gcc-bootstrap multiple wide-int.h:370:10: error: too many template-parameter-lists'
|
|
|
|
CONFIG = xtensa-lx106-elf
|
|
CATEGORIES += devel
|
|
|
|
# GPLv3
|
|
# For newlib: multiple copyrights, but basically BSD.
|
|
# See: ${PREFIX}/share/doc/newlib
|
|
# For lx106-hal MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# XXX at least gmkdir gets picked up if present
|
|
BUILD_DEPENDS += sysutils/coreutils
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS += --target=${CONFIG}
|