freebsd-dev/stand/mips/beri/Makefile.inc

10 lines
162 B
PHP
Raw Normal View History

# $FreeBSD$
LDFLAGS+= -nostdlib
# BERI boot loader is built with '-mno-abicalls' flag,
# which is incompatible with PIE
MK_PIE= no
.include "../Makefile.inc"