mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
openssl: use generic support for avr32
Upstream openssl doesn't have avr32 support, and we dropped the avr32 optimization patch some time ago. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -9,9 +9,6 @@ OPENSSL_SITE:=http://www.openssl.org/source
|
||||
OPENSSL_TARGET_ARCH=generic32
|
||||
|
||||
# Some architectures are optimized in OpenSSL
|
||||
ifeq ($(ARCH),avr32)
|
||||
OPENSSL_TARGET_ARCH=avr32
|
||||
endif
|
||||
ifeq ($(ARCH),ia64)
|
||||
OPENSSL_TARGET_ARCH=ia64
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user