6783859f31
raft of new warnings that appear to be on by default in clang 3.5.0. Fix RPI-B build issues with new clang not liking the ability to pass arbitrary flags to as, since some flags are more arbitrary (and thus verboten) than others. These warnings should be actually fixed in the code, but this is a band-aide to get things (almost) building again.
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
# $FreeBSD$
|
|
|
|
machine arm armv6
|
|
cpu CPU_ARM1176
|
|
makeoptions CONF_CFLAGS="-mcpu=arm1176jzf-s"
|
|
|
|
files "../broadcom/bcm2835/files.bcm2835"
|
|
|