diff options
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 8ebe3c3c75..e26491938c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -13,6 +13,9 @@ endif ifeq ($(TARGET_ARCH), ppc64) TARGET_BASE_ARCH:=ppc endif +ifeq ($(TARGET_ARCH), ppc64h) +TARGET_BASE_ARCH:=ppc +endif ifeq ($(TARGET_ARCH), ppcemb) TARGET_BASE_ARCH:=ppc endif |