From: Michael Tremer Date: Wed, 28 Apr 2010 12:36:39 +0000 (+0200) Subject: naoki: Disable all architectures we won't distribute for the moment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41a0e50adbccb413baced693aa925a26ffca1503;p=ipfire-3.x.git naoki: Disable all architectures we won't distribute for the moment. --- diff --git a/config/architectures.conf b/config/architectures.conf index 8df3185eb..22b65e406 100644 --- a/config/architectures.conf +++ b/config/architectures.conf @@ -7,33 +7,33 @@ personality = linux32 cflags = -O2 -fomit-frame-pointer -pipe cxxflags = %(cflags)s -[i586] - -machine = i586 -personality = linux32 - -cflags = -O2 -fomit-frame-pointer -pipe -cxxflags = %(cflags)s - -[i486] - -machine = i486 -personality = linux32 - -cflags = -O2 -fomit-frame-pointer -pipe -cxxflags = %(cflags)s - -[alix] - +;[i586] +; +;machine = i586 +;personality = linux32 +; +;cflags = -O2 -fomit-frame-pointer -pipe +;cxxflags = %(cflags)s +; +;[i486] +; +;machine = i486 +;personality = linux32 +; +;cflags = -O2 -fomit-frame-pointer -pipe +;cxxflags = %(cflags)s + +;[alix] +; ; While i586 works fine on a Geode LX, i486 should be a more performant choice ; right now due to the way Geode LX CPU pipeline ans scheduling works. glibc ; i586 assembler optimized routines are measureably slower than the i486 ones on ; a Geode LX. -machine = i486 -personality = linux32 - -cflags = -Os -march=geode -fno-align-jumps -fno-align-functions -fno-align-labels -fno-align-loops -fomit-frame-pointer -pipe -cxxflags = %(cflags)s +;machine = i486 +;personality = linux32 +; +;cflags = -Os -march=geode -fno-align-jumps -fno-align-functions -fno-align-labels -fno-align-loops -fomit-frame-pointer -pipe +;cxxflags = %(cflags)s [x86_64]