From 96951031f25518167513715d353a7f3633022819 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sun, 25 Oct 2015 23:09:27 -0400 Subject: profiles: add multilib setup for hardened/linux/musl/arm --- profiles/hardened/linux/musl/arm/make.defaults | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/hardened/linux/musl/arm/make.defaults b/profiles/hardened/linux/musl/arm/make.defaults index b747d871637..762b83bd7a3 100644 --- a/profiles/hardened/linux/musl/arm/make.defaults +++ b/profiles/hardened/linux/musl/arm/make.defaults @@ -10,3 +10,11 @@ CFLAGS="-O2" CXXFLAGS="${CFLAGS}" FFLAGS="${CFLAGS}" FCFLAGS="${CFLAGS}" + +# Anthony G. Basile (25 Oct 2015) +# Multilib-related setup, bug #515130 +ABI="arm" +DEFAULT_ABI="arm" +MULTILIB_ABIS="arm" +CHOST_arm="${CHOST}" +LIBDIR_arm="lib" -- cgit v1.2.1