diff options
author | angelo@sysam.it <angelo@sysam.it> | 2015-12-06 17:47:59 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-12-13 20:22:00 -0500 |
commit | 6463fd8f952df9e4bb448f0aff5d16873f8dfdb2 (patch) | |
tree | 3c2e23045aadf35ef674397c6bff716eb0761b01 /arch/Kconfig | |
parent | 8405b8d98a96233cc73969817367630ae7cc46b1 (diff) |
m68k: add private libgcc
Add private libgcc
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 6489cc9406..1709d40e97 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -40,6 +40,7 @@ config BLACKFIN config M68K bool "M68000 architecture" + select HAVE_PRIVATE_LIBGCC select HAVE_GENERIC_BOARD select SYS_GENERIC_BOARD |