From ade37a7177eff320d8d5f842641756bd5fd9884b Mon Sep 17 00:00:00 2001 From: Eric Fode Date: Mon, 8 Apr 2013 14:53:02 -0700 Subject: [PATCH] got rid of userland override --- configure | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure b/configure index 71beb8214b9da..f43326c4bf49e 100755 --- a/configure +++ b/configure @@ -326,16 +326,6 @@ case $CFG_CPUTYPE in err "unknown CPU type: $CFG_CPUTYPE" esac -# Detect 64 bit linux systems with 32 bit userland and force 32 bit compilation -if [ $CFG_OSTYPE = unknown-linux-gnu -a $CFG_CPUTYPE = x86_64 ] -then - file -L "$SHELL" | grep -q "x86[_-]64" - if [ $? != 0 ]; then - CFG_CPUTYPE=i686 - fi -fi - - DEFAULT_BUILD_TRIPLE="${CFG_CPUTYPE}-${CFG_OSTYPE}" CFG_SRC_DIR="$(cd $(dirname $0) && pwd)/"