summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-25 03:22:27 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-07-25 03:22:27 +0000
commit6e43cc2ba236f4b032db1d02034baaf09caa2ec7 (patch)
tree6a6b210238622d46a2e0fc39e7677c7610e0c83c
parent00e96c40bbb8aa2f715332c7d6bf7bd8b8772255 (diff)
downloaduClibc-alpine-6e43cc2ba236f4b032db1d02034baaf09caa2ec7.tar.bz2
uClibc-alpine-6e43cc2ba236f4b032db1d02034baaf09caa2ec7.tar.xz
Crap.
-rw-r--r--test/Config9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/Config b/test/Config
new file mode 100644
index 000000000..80fc6b3d3
--- /dev/null
+++ b/test/Config
@@ -0,0 +1,9 @@
+# Configuration for uClibc test apps.
+
+# Set the following to `true' to make a debuggable build.
+DODEBUG = true
+
+# If you want to compile using uClibc as a shared library, turn this on.
+DODYNAMIC = true
+
+