summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-01-22 10:35:54 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-01-22 10:35:54 +0000
commit86eee3c35c3f43b3769a5bd810a45228dcc54343 (patch)
tree5aae713ee57c538611d5c992e3f927d8808e43b6
parentb80f666b48e227a685e5e492dd664c4f22da4d03 (diff)
parent0f528b3d73bcdc8efe9dd0ca902e0b089a3cf64e (diff)
downloadgcc-tarball-86eee3c35c3f43b3769a5bd810a45228dcc54343.tar.gz
Merge branch 'baserock/pedroalvarez/armhf' into baserock/build-essential
Reviewed-by: Daniel Silverstone
-rwxr-xr-xmorph-arch-config5
1 files changed, 5 insertions, 0 deletions
diff --git a/morph-arch-config b/morph-arch-config
index f9ca2c5a0c..ee6b769659 100755
--- a/morph-arch-config
+++ b/morph-arch-config
@@ -5,6 +5,11 @@
# Morph's armv7* architecture is always armv7-a
case "$MORPH_ARCH" in
+ armv7lhf) echo "--with-arch=armv7-a \
+ --with-cpu=cortex-a9 \
+ --with-tune=cortex-a9 \
+ --with-fpu=vfpv3-d16 \
+ --with-float=hard" ;;
armv7*) echo "--with-arch=armv7-a" ;;
esac