diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-12 05:53:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-12-12 05:55:08 +0100 |
commit | e4b4f87c2f424ee5a39687b3807188436ce471e4 (patch) | |
tree | bbd5cd81d2bb89e9da847ff8d2599b5c7e0cdd7b /toolchain/uclibc-ng/Makefile | |
parent | c7b30bdd07eeda3f18fa0d1fe4138f22d14850e6 (diff) |
arm: update uclibc.config
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'toolchain/uclibc-ng/Makefile')
-rw-r--r-- | toolchain/uclibc-ng/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uclibc-ng/Makefile b/toolchain/uclibc-ng/Makefile index e07ab8ece..26e97bef4 100644 --- a/toolchain/uclibc-ng/Makefile +++ b/toolchain/uclibc-ng/Makefile @@ -82,6 +82,7 @@ ifeq ($(ADK_TARGET_HARD_FLOAT_DP),y) endif ifeq ($(ADK_TARGET_BINFMT_FDPIC),y) $(SED) 's/.*\(UCLIBC_FORMAT_FDPIC_ELF\).*/\1=y/' ${WRKBUILD}/.config + $(SED) 's/.*\(UCLIBC_FORMAT_ELF\).*/# \1 is not set/' ${WRKBUILD}/.config $(SED) 's/.*\(UCLIBC_FORMAT_FLAT\).*/# \1 is not set/' ${WRKBUILD}/.config $(SED) 's/.*\(UCLIBC_FORMAT_FLAT_SEP_DATA\).*/# \1 is not set/' ${WRKBUILD}/.config $(SED) 's/.*\(UCLIBC_FORMAT_SHARED_FLAT\).*/# \1 is not set/' ${WRKBUILD}/.config |