diff options
| -rw-r--r-- | core/aux_config.mk | 2 | ||||
| -rw-r--r-- | core/combo/select.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/aux_config.mk b/core/aux_config.mk index 86dc10a540..10d2536bc2 100644 --- a/core/aux_config.mk +++ b/core/aux_config.mk @@ -32,7 +32,7 @@ endif # setup AUX globals AUX_SHLIB_SUFFIX := .so -AUX_GLOBAL_ARFLAGS := cqsD +AUX_GLOBAL_ARFLAGS := crsPD AUX_STATIC_LIB_SUFFIX := .a # Load ever-lasting "indexed" version of AUX variant environment; it is treated as READ-ONLY from this diff --git a/core/combo/select.mk b/core/combo/select.mk index eab4c7288d..33c8e6d404 100644 --- a/core/combo/select.mk +++ b/core/combo/select.mk @@ -28,7 +28,7 @@ combo_var_prefix := $(combo_2nd_arch_prefix)$(combo_target) # Set reasonable defaults for the various variables -$(combo_var_prefix)GLOBAL_ARFLAGS := cqsD -format=gnu +$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD -format=gnu $(combo_var_prefix)STATIC_LIB_SUFFIX := .a |