summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.inc
blob: 5d1d51aac526aa8ccf10bcca73fc6922299e800a (plain)
1
2
3
4
5
6
7
8
9
10
# $FreeBSD$

SSP_CFLAGS=

# The boot loader build uses dd status=none, where possible, for reproducible
# build output (since performance varies from run to run). Trouble is that
# option was recently (10.3) added to FreeBSD and is non-standard. Only use it
# when this test succeeds rather than require dd to be a bootstrap tool.
DD_NOSTATUS!=(dd status=none count=0 2> /dev/null && echo status=none) || true
DD=dd ${DD_NOSTATUS}
OpenPOWER on IntegriCloud