OSDN Git Service

Add in "HAVE_SHARED" so shared libs build or not as needed
authorEric Andersen <andersen@codepoet.org>
Tue, 19 Jun 2001 22:12:33 +0000 (22:12 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 19 Jun 2001 22:12:33 +0000 (22:12 -0000)
 -Erik

extra/Configs/Config.arm
extra/Configs/Config.i386
extra/Configs/Config.m68k
extra/Configs/Config.m68k.coff
extra/Configs/Config.mips
extra/Configs/Config.mipsel
extra/Configs/Config.powerpc
extra/Configs/Config.sh
extra/Configs/Config.x86

index ca24ebf..a3c61d7 100644 (file)
@@ -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
index cd114df..92ab85b 100644 (file)
@@ -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.
index 25c874d..9773943 100644 (file)
@@ -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
index 3247346..7d779f7 100644 (file)
@@ -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
index ea989a5..dabf400 100644 (file)
@@ -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
index ea989a5..dabf400 100644 (file)
@@ -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
index 6b96f8c..54ed4c1 100644 (file)
@@ -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
index 82ff6da..6007d1c 100644 (file)
@@ -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
index cd114df..92ab85b 100644 (file)
@@ -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.