From 5d007cf62c66e62faf2cd7804b52080607799cbb Mon Sep 17 00:00:00 2001 From: Balaji Prakash J Date: Tue, 26 May 2020 13:35:46 +0530 Subject: [PATCH] configs: ipq807x: enable PRIVATE LIBGCC Signed-off-by: Balaji Prakash J Change-Id: I1b93133658b56975a288e1e8939fde1c6786914b --- configs/ipq807x_defconfig | 2 +- configs/ipq807x_tiny_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/ipq807x_defconfig b/configs/ipq807x_defconfig index 70b4183e32..eb96931311 100644 --- a/configs/ipq807x_defconfig +++ b/configs/ipq807x_defconfig @@ -292,7 +292,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 is not set diff --git a/configs/ipq807x_tiny_defconfig b/configs/ipq807x_tiny_defconfig index becb277faf..b822b2ebf0 100644 --- a/configs/ipq807x_tiny_defconfig +++ b/configs/ipq807x_tiny_defconfig @@ -292,7 +292,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 is not set