]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Renamed target atom330 to atom.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Mar 2009 11:30:26 +0000 (12:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Mar 2009 11:30:26 +0000 (12:30 +0100)
lfs/openssl
lfs/pixman
tools/make-check
tools/make-constants

index 4f6adfd2e382e98505f626b535d372f0bd6fb7be..2bc12216010fcfacb6ef66376141cd577c880060 100644 (file)
@@ -39,7 +39,7 @@ endif
 
 # These arches do support sse2.
 ifneq "$(TARGET)" "via-c7"
-ifneq "$(TARGET)" "atom330"
+ifneq "$(TARGET)" "atom"
 ifneq "$(TARGET)" "core2duo"
        SSL_ARCH += no-sse2
 endif
index b47fc3f2456da351a85593dca5a6eb6dc69bed30..c37ce7f61457c9199c51352d588dc9f276075061 100644 (file)
@@ -38,7 +38,7 @@ CONFIGURE_ARGS = --disable-mmx --disable-sse2
 ifeq "$(TARGET)" "via-c7"
        CONFIGURE_ARGS = --enable-mmx #--enable-sse2
 endif
-ifeq "$(TARGET)" "atom330"
+ifeq "$(TARGET)" "atom"
        CONFIGURE_ARGS = --enable-mmx --enable-sse2
 endif
 
index 99d27e763683ba230ca16369b239337b0284e953..a0048bd4f56bc6049b8732e12d276f07ed2e6e6a 100644 (file)
@@ -153,7 +153,7 @@ check_supported_target() {
                FLAGS="sse sse2 pni"
        elif [ "$1" = "via-c3" ]; then
                FLAGS="3dnow"
-       elif [ "$1" = "atom330" ]; then
+       elif [ "$1" = "atom" ]; then
                FLAGS="mmx sse sse2 pni ssse3"
        elif [ "$1" = "core2duo" ]; then
                FLAGS="sse2"
index 8c670c6d170eccf2f53a1db1f2f6cf7663127a72..8759ca33269215e7347b7ffc5abfa9eb92951437 100644 (file)
@@ -26,7 +26,7 @@
 
 # Default target
 TARGET=${TARGET-i686}
-POSSIBLE_TARGETS="i686 i586 i486 via-c7 via-c3 geodelx atom330 core2duo"
+POSSIBLE_TARGETS="i686 i586 i486 via-c7 via-c3 geodelx atom core2duo"
 
 # Configuration rootdir
 CONFIG_ROOT=/etc/$SNAME
@@ -98,7 +98,7 @@ if [ 'i686' = $TARGET -o 'i586' = $TARGET \
        IFS_TARGET="${MACHINE}-pc-linux-gnu"
        CFLAGS="-O2 -march=${MACHINE} -pipe -fomit-frame-pointer"
        CXXFLAGS="${CFLAGS}"
-elif [ 'atom330' = $TARGET ]; then
+elif [ 'atom' = $TARGET ]; then
        MACHINE=i686
        IFS_TARGET="${MACHINE}-atom-linux-gnu"
        CFLAGS="-O2 -march=${MACHINE} -mmmx -msse -msse2 -msse3 -mssse3 -pipe -fomit-frame-pointer"