diff options
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r-- | extra/Configs/Config.arm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index ca24ebff6..a3c61d7ca 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -50,6 +50,9 @@ DODEBUG = false # Compiler warnings you want to see WARNINGS=-Wall +# Enable support for shared libraries? +HAVE_SHARED = true + # Note that the kernel source you use to compile with should be the same as the # Linux kernel you run your apps on. uClibc doesn't even try to achieve binary # compatibility across kernel versions. So don't expect, for example, uClibc |