# These arches do support sse2.
ifneq "$(TARGET)" "via-c7"
-ifneq "$(TARGET)" "atom330"
+ifneq "$(TARGET)" "atom"
ifneq "$(TARGET)" "core2duo"
SSL_ARCH += no-sse2
endif
ifeq "$(TARGET)" "via-c7"
CONFIGURE_ARGS = --enable-mmx #--enable-sse2
endif
-ifeq "$(TARGET)" "atom330"
+ifeq "$(TARGET)" "atom"
CONFIGURE_ARGS = --enable-mmx --enable-sse2
endif
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"
# 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
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"