From ffe11f412daa81572bc2a758496eacf0498a5a04 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 20 Jun 2015 11:11:13 +0000 Subject: [PATCH] Remove temporary changes that crept in r284417 when it should not have Reported by: antoine, jbeich --- Makefile.inc1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index edbda984d5d2..167940449323 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -451,8 +451,6 @@ LIB32WMAKEENV+= MAKEOBJDIRPREFIX=${LIB32_OBJTREE} \ LIB32WMAKEFLAGS+= CC="${XCC} ${LIB32FLAGS}" \ CXX="${XCXX} ${LIB32FLAGS}" \ DESTDIR=${LIB32TMP} \ - SHLIBDIR=/usr/lib32 \ - LIBDIR=/usr/lib32 \ -DCOMPAT_32BIT \ -DLIBRARIES_ONLY \ -DNO_CPU_CFLAGS \