Add new architecture armhf
[hvlinux.git] / targets / armhf
diff --git a/targets/armhf b/targets/armhf
new file mode 100644 (file)
index 0000000..9146aed
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+# -mfloat-abi:
+#   hard:   hardware FPU with hardware linkage
+#   softfp: hardware FPU with software linkage
+#   soft:   no hardware FPU
+CLFS_BUILDFLAGS="-mfpu=neon -mfloat-abi=softfp"
+CLFS_ARCH=arm
+CLFS_ABI="gnueabihf"