summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.arm7
-rw-r--r--extra/Configs/Config.cross.arm.uclinux7
-rw-r--r--extra/Configs/Config.i38615
-rw-r--r--extra/Configs/Config.m68k7
-rw-r--r--extra/Configs/Config.m68k.coff7
-rw-r--r--extra/Configs/Config.mips7
-rw-r--r--extra/Configs/Config.mipsel7
-rw-r--r--extra/Configs/Config.powerpc7
-rw-r--r--extra/Configs/Config.sh6
-rw-r--r--extra/Configs/Config.v850e9
10 files changed, 44 insertions, 35 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm
index 84df57da4..d68a3e2a5 100644
--- a/extra/Configs/Config.arm
+++ b/extra/Configs/Config.arm
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux
index 636574d32..5058c4e59 100644
--- a/extra/Configs/Config.cross.arm.uclinux
+++ b/extra/Configs/Config.cross.arm.uclinux
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386
index 5a4f4be75..12f2bb929 100644
--- a/extra/Configs/Config.i386
+++ b/extra/Configs/Config.i386
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
@@ -45,7 +46,7 @@ STRIPTOOL = $(CROSS)strip
# Set the following to `true' to make a debuggable build, and `false' for
# production builds.
-DODEBUG = false
+DODEBUG = true
# Compiler warnings you want to see
WARNINGS=-Wall
@@ -114,19 +115,19 @@ UNIFIED_SYSCALL = false
# If you want large file summit support (greater then 2 Gib),
# turn this on. This has no effect unless your kernel supports
# lfs. This currently does nothing, but may someday...
-DOLFS = false
+DOLFS = true
# If you want to include RPC support, enable this. RPC is almost never used
# for anything except NFS support, so unless you plan to use NFS, leave this
# disabled. This is off by default.
-INCLUDE_RPC = false
+INCLUDE_RPC = true
# If you want to include support for the next version of the Internet
# Protocol: IP version 6, enable this. This is off by default.
INCLUDE_IPV6 = false
# If you want to compile the library as PIC code, turn this on.
-DOPIC = false
+DOPIC = true
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k
index 77fc37816..1ebe7b097 100644
--- a/extra/Configs/Config.m68k
+++ b/extra/Configs/Config.m68k
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff
index 6d9dc5a52..c45243315 100644
--- a/extra/Configs/Config.m68k.coff
+++ b/extra/Configs/Config.m68k.coff
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index e17d41f97..817a6083a 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel
index e17d41f97..817a6083a 100644
--- a/extra/Configs/Config.mipsel
+++ b/extra/Configs/Config.mipsel
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index 90bd41cae..7022dfd45 100644
--- a/extra/Configs/Config.powerpc
+++ b/extra/Configs/Config.powerpc
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh
index 580161be6..5b5645727 100644
--- a/extra/Configs/Config.sh
+++ b/extra/Configs/Config.sh
@@ -1,8 +1,8 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
# Copyright (C) 2000 by Lineo, inc.
# Copyright (C) 2001 by Hewlett-Packard Australia
diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e
index 4c80cad65..a519f2577 100644
--- a/extra/Configs/Config.v850e
+++ b/extra/Configs/Config.v850e
@@ -1,10 +1,11 @@
# Library Configuration rules for uClibc
#
-# This file contains rules which are shared between multiple Makefiles. Feel
-# free to adjust to taste...
-# -Erik Andersen <andersen@lineo.com> <andersee@debian.org>
+# This file contains rules which are shared between multiple Makefiles. All
+# normal configuration options live in the file named "Config". You probably
+# should not mess with this file unless you know what you are doing...
#
-# Copyright (C) 2000, 2001 by Lineo, inc.
+# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000,2001 Erik Andersen <andersee@debian.org>
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU Library General Public License as published by the Free