--- a/ohbuild.sh
+++ b/ohbuild.sh
@@ -120,11 +120,14 @@
index 7c0dae8..6f51a86 100644
--- a/Makefile
+++ b/Makefile
-@@ -88,6 +88,9 @@ else
+@@ -88,6 +88,12 @@ else
ifeq ($(gcc_machine),arm-linux-gnueabihf)
detected_openhome_architecture = armhf
endif
+ ifneq (,$(findstring linux-gnueabihf,$(gcc_machine)))
++ detected_openhome_architecture = armhf
++ endif
++ ifneq (,$(findstring armv7hl,$(gcc_machine)))
+ detected_openhome_architecture = armhf
+ endif
ifneq (,$(findstring i686,$(gcc_machine)))
@@ -149,11 +152,14 @@
index a7b84e3..5175a6f 100644
--- a/Makefile
+++ b/Makefile
-@@ -79,6 +79,9 @@ else
+@@ -79,6 +79,12 @@ else
ifeq ($(gcc_machine),arm-linux-gnueabihf)
detected_openhome_architecture = armhf
endif
+ ifneq (,$(findstring linux-gnueabihf,$(gcc_machine)))
++ detected_openhome_architecture = armhf
++ endif
++ ifneq (,$(findstring armv7hl,$(gcc_machine)))
+ detected_openhome_architecture = armhf
+ endif
ifneq (,$(findstring i686,$(gcc_machine)))