From e10f6cc02bf6589700872266f1819af56a2d79f6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Jun 2001 22:12:33 +0000 Subject: Add in "HAVE_SHARED" so shared libs build or not as needed -Erik --- extra/Configs/Config.powerpc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/Configs/Config.powerpc') diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 6b96f8c77..54ed4c1ce 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -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 -- cgit v1.2.3