summaryrefslogtreecommitdiffstats
path: root/package/libgcrypt/libgcrypt.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/libgcrypt/libgcrypt.mk')
-rw-r--r--package/libgcrypt/libgcrypt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
index e2a4b392ea..57c5ab1f0d 100644
--- a/package/libgcrypt/libgcrypt.mk
+++ b/package/libgcrypt/libgcrypt.mk
@@ -21,7 +21,7 @@ LIBGCRYPT_CONF_OPTS = \
# Code doesn't build in thumb mode
ifeq ($(BR2_arm),y)
- LIBGCRYPT_CONF_ENV += CFLAGS="$(patsubst -mthumb,,$(TARGET_CFLAGS))"
+LIBGCRYPT_CONF_ENV += CFLAGS="$(patsubst -mthumb,,$(TARGET_CFLAGS))"
endif
# Tests use fork()
OpenPOWER on IntegriCloud