From b36524718ad9076a7ba37eed90b1dc931c1126be Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sun, 23 Sep 2007 17:09:30 +0300 Subject: [PATCH] Removed implicit enabling of multilib support from x86-64 architecture - To be able to build "pure" x86-64 systems (non-multilib) we need to remove this hardwired multilib by default behavior from the x86-64 architecture configuration. --- architecture/x86-64/config.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/architecture/x86-64/config.in b/architecture/x86-64/config.in index beab67c..b657115 100644 --- a/architecture/x86-64/config.in +++ b/architecture/x86-64/config.in @@ -26,6 +26,3 @@ choice SDECFG_X8664_OPT generic \ if [ $SDECFG_X8664_OPT != generic ] ; then SDECFG_ID="$SDECFG_ID-$SDECFG_X8664_OPT" fi - -SDECFGSET_MULTILIB=1 -