summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/trousers/trousers.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/trousers/trousers.mk b/package/trousers/trousers.mk
index 3d9e0badc2..4fc949909e 100644
--- a/package/trousers/trousers.mk
+++ b/package/trousers/trousers.mk
@@ -18,6 +18,10 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y)
TROUSERS_DEPENDENCIES += libiconv
endif
+ifeq ($(BR2_arc770d)$(BR2_arc750d),y)
+TROUSERS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -mno-compact-casesi"
+endif
+
# The TrouSerS build system attempts to create the tss user and group
# on the host system. Disable the user checking feature as a
# workaround.
OpenPOWER on IntegriCloud