From f6abeda4b28acb6c283abfadcfb48b10b2f47408 Mon Sep 17 00:00:00 2001 From: Balaji Prakash J Date: Thu, 28 May 2020 19:14:45 +0530 Subject: [PATCH] configs: ipq6018: enable PRIVATE LIBGCC Change-Id: Ifbdc116d8ddc43bb1a280690c10aeb27a5418570 Signed-off-by: Balaji Prakash J --- configs/ipq6018_defconfig | 2 +- configs/ipq6018_tiny_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/ipq6018_defconfig b/configs/ipq6018_defconfig index e3396ed9dd..2581be6aae 100644 --- a/configs/ipq6018_defconfig +++ b/configs/ipq6018_defconfig @@ -293,7 +293,7 @@ CONFIG_USB_XHCI_IPQ=y # # CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED is not set CONFIG_HAVE_PRIVATE_LIBGCC=y -# CONFIG_USE_PRIVATE_LIBGCC is not set +CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_HZ=1000 # CONFIG_SYS_VSNPRINTF is not set CONFIG_REGEX=y diff --git a/configs/ipq6018_tiny_defconfig b/configs/ipq6018_tiny_defconfig index e4dee210bf..30758e29be 100644 --- a/configs/ipq6018_tiny_defconfig +++ b/configs/ipq6018_tiny_defconfig @@ -293,7 +293,7 @@ CONFIG_REQUIRE_SERIAL_CONSOLE=y # # CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED is not set CONFIG_HAVE_PRIVATE_LIBGCC=y -# CONFIG_USE_PRIVATE_LIBGCC is not set +CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_HZ=1000 # CONFIG_SYS_VSNPRINTF is not set CONFIG_REGEX=y