summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-19 22:12:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-19 22:12:33 +0000
commite10f6cc02bf6589700872266f1819af56a2d79f6 (patch)
tree95d3eb122d722f0d5466596538b704f30167bf89 /extra
parent4a7511c316846b3be6cdcb81afd91052e9ae9587 (diff)
Add in "HAVE_SHARED" so shared libs build or not as needed
-Erik
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.arm3
-rw-r--r--extra/Configs/Config.i3867
-rw-r--r--extra/Configs/Config.m68k3
-rw-r--r--extra/Configs/Config.m68k.coff6
-rw-r--r--extra/Configs/Config.mips3
-rw-r--r--extra/Configs/Config.mipsel3
-rw-r--r--extra/Configs/Config.powerpc3
-rw-r--r--extra/Configs/Config.sh3
-rw-r--r--extra/Configs/Config.x867
9 files changed, 31 insertions, 7 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
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index cd114dfed..92ab85b79 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -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
@@ -70,11 +73,11 @@ HAS_FLOATING_POINT = true
# Set this to `false' if you don't have/need float functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_FLOAT = false
+HAS_LIBM_FLOAT = true
# Set this to `false' if you don't have/need double functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_DOUBLE = false
+HAS_LIBM_DOUBLE = true
# Set this to `false' if you don't have/need long double functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k
index 25c874d31..977394369 100644
--- a/extra/Configs/Config.m68k
+++ b/extra/Configs/Config.m68k
@@ -50,6 +50,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
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index 32473466e..7d779f78a 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -50,6 +50,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
@@ -165,6 +168,3 @@ OPTIMIZATION = $(DEBUG_CFLAGS)
# This is a COFF compiler (ick), so disable all the cool stuff
HAVE_ELF = false
-
-# We can't properly do shared libraries on m68k (at least, not yet ;-)
-HAVE_SHARED = false
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index ea989a596..dabf40015 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -50,6 +50,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
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index ea989a596..dabf40015 100644
--- a/extra/Configs/Config.mipsel
+++ b/extra/Configs/Config.mipsel
@@ -50,6 +50,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
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
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
diff --git a/extra/Configs/Config.x86 b/extra/Configs/Config.x86
index cd114dfed..92ab85b79 100644
--- a/extra/Configs/Config.x86
+++ b/extra/Configs/Config.x86
@@ -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
@@ -70,11 +73,11 @@ HAS_FLOATING_POINT = true
# Set this to `false' if you don't have/need float functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_FLOAT = false
+HAS_LIBM_FLOAT = true
# Set this to `false' if you don't have/need double functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.
-HAS_LIBM_DOUBLE = false
+HAS_LIBM_DOUBLE = true
# Set this to `false' if you don't have/need long double functions in libm.
# Set it to `true' otherwise, and make sure HAS_FLOATING_POINT is true as well.