diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-19 22:12:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-19 22:12:33 +0000 |
commit | e10f6cc02bf6589700872266f1819af56a2d79f6 (patch) | |
tree | 95d3eb122d722f0d5466596538b704f30167bf89 /extra/Configs/Config.sh | |
parent | 4a7511c316846b3be6cdcb81afd91052e9ae9587 (diff) |
Add in "HAVE_SHARED" so shared libs build or not as needed
-Erik
Diffstat (limited to 'extra/Configs/Config.sh')
-rw-r--r-- | extra/Configs/Config.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 82ff6daf3..6007d1cef 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -51,6 +51,9 @@ DODEBUG = false # Compiler warnings you want to see WARNINGS=-Wall +# Enable support for shared libraries? +HAVE_SHARED = false + # 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 |