]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Disable all architectures we won't distribute for the moment.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Apr 2010 12:36:39 +0000 (14:36 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Apr 2010 12:36:39 +0000 (14:36 +0200)
config/architectures.conf

index 8df3185ebcc2b23f2e50fff66edc185f288fb00b..22b65e4064733fd88a84808ca3c6bcc288ea2e3f 100644 (file)
@@ -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]