From abe3b8f248e747fa1267b2260f9605987aa0c41d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 13:41:21 +0100 Subject: add basic support for x86_64 x32 abi, convert to miniconfig --- package/musl/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/musl') diff --git a/package/musl/Makefile b/package/musl/Makefile index ad7ec664f..3341c83a8 100644 --- a/package/musl/Makefile +++ b/package/musl/Makefile @@ -49,6 +49,9 @@ endif ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) MARCH:= armhf endif +ifeq ($(ADK_TARGET_ABI_X32),y) +MARCH:= x32 +endif # do nothing, musl is already build in toolchain directory do-install: -- cgit v1.2.3