diff options
author | Bin Meng | 2017-07-30 06:23:08 -0700 |
---|---|---|
committer | Bin Meng | 2017-08-01 20:17:02 +0800 |
commit | e28497bf4a13cbc2b260b8ae8164ca97cf636e61 (patch) | |
tree | 1404eb45c5ea9d1a23552a4e7f0b68fc675ee8b2 /configs/galileo_defconfig | |
parent | 0ce9c57620a375bf58ae8d9a20698fb295bd1584 (diff) |
x86: kconfig: Select USE_PRIVATE_LIBGCC
x86 is using the built-in libgcc implementation and this cannot be
turned off.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r-- | configs/galileo_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 2a77474840b..81c0d134675 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -59,4 +59,3 @@ CONFIG_ICH_SPI=y CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y -CONFIG_USE_PRIVATE_LIBGCC=y |