diff -r 000000000000 -r fb71cad4b085 scripts/build/arch/blackfin.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/build/arch/blackfin.sh Thu Jan 10 00:27:13 2013 +0100 @@ -0,0 +1,14 @@ +# Compute Blackfin-specific values + +CT_DoArchTupleValues() { + # The architecture part of the tuple: + CT_TARGET_ARCH="bfin" + + # gcc ./configure flags + CT_ARCH_WITH_ARCH= + CT_ARCH_WITH_ABI= + CT_ARCH_WITH_CPU= + CT_ARCH_WITH_TUNE= + CT_ARCH_WITH_FPU= + CT_ARCH_WITH_FLOAT= +}