]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
openssl: Remove some dead code.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Aug 2011 16:00:25 +0000 (18:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 6 Aug 2011 16:00:25 +0000 (18:00 +0200)
pkgs/openssl/openssl.nm

index 7690d0fca7a98dc2314e3f0ba0ee6ee01455cf94..95c388ecc659fa509cfbe972a329c309c87ceafa 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = openssl
 PKG_VER        = 1.0.0d
-PKG_REL        = 2
+PKG_REL        = 3
 
 PKG_MAINTAINER = Michael Tremer <michael.tremer@ipfire.org>
 PKG_GROUPS     = System/Libraries
@@ -50,15 +50,6 @@ ifneq "$(MACHINE)" "i686"
        SSL_ARCH = no-asm 386 # 386 implies no-sse2
 endif
 
-# These arches do support sse2.
-#ifneq "$(TARGET)" "via-c7"
-#ifneq "$(TARGET)" "atom"
-#ifneq "$(TARGET)" "core2duo"
-#      SSL_ARCH += no-sse2
-#endif
-#endif
-#endif
-
 define STAGE_PREPARE_CMDS
        cd $(DIR_APP) && find crypto/ -name Makefile -exec \
                sed 's/^ASFLAGS=/&-Wa,--noexecstack /' -i {} \;