Lines Matching full:arm
7 Since version 3.4 the ARM backend can be instructed to leave r9 alone.
12 NOTE: target compilation only work for _some_ ARM boards at the moment.
15 in no strict reason to do so in the ARM world, since crt0.S takes care of this.
27 make HOSTCC=clang CROSS_COMPILE=arm-linux-gnueabi- \
28 CC="clang -target arm-linux-gnueabi" -j8
37 incapable of building U-Boot. Therefore gas from devel/arm-gnueabi-binutils
40 ln -s /usr/local/bin/arm-gnueabi-freebsd-as /usr/bin/arm-freebsd-eabi-as
44 export CROSS_COMPILE=arm-gnueabi-freebsd-
46 gmake CC="clang -target arm-freebsd-eabi --sysroot /usr/arm-freebsd" -j8
51 /usr/local/bin/arm-gnueabi-freebsd-gcc
55 exec clang -target arm-freebsd-eabi --sysroot /usr/arm-freebsd "$@"