diff options
author | 2019-08-25 16:52:01 -0700 | |
---|---|---|
committer | 2019-08-26 08:30:11 -0700 | |
commit | 46819eabbee23cee91ef5c025b0d2bd8b8c43f96 (patch) | |
tree | 52a8f730d80188fc2f04d748dd6ff550cbdc10be /profiles/arch/sparc/make.defaults | |
parent | app-emacs/autoconf-mode: Bump EAPI to 7. (diff) | |
download | gentoo-46819eabbee23cee91ef5c025b0d2bd8b8c43f96.tar.gz gentoo-46819eabbee23cee91ef5c025b0d2bd8b8c43f96.tar.bz2 gentoo-46819eabbee23cee91ef5c025b0d2bd8b8c43f96.zip |
profiles/sparc: Move LIBDIR assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'profiles/arch/sparc/make.defaults')
-rw-r--r-- | profiles/arch/sparc/make.defaults | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/arch/sparc/make.defaults b/profiles/arch/sparc/make.defaults index 66fd2ca7a08a..d78ba38801a4 100644 --- a/profiles/arch/sparc/make.defaults +++ b/profiles/arch/sparc/make.defaults @@ -27,6 +27,9 @@ CTARGET_sparc32="sparc-unknown-linux-gnu" # do NOT set CFLAGS_sparc64 here it'd break linux-headers for non-multilib # profiles +LIBDIR_sparc32="lib" +LIBDIR_sparc64="lib64" + # Compiler flags CFLAGS="-O2 -mcpu=ultrasparc -pipe" CXXFLAGS="${CFLAGS}" |