aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-06 07:24:45 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-06 07:24:45 +0000
commitfd34cca0a02619028ac9d00caa107804c38c410f (patch)
tree0f45495ddfbff8b640e03c48c8fb922d6b04f631 /Makefile
parent576b80c3cfd21a8f80ea92e97cd87add7b7a27f8 (diff)
downloadbusybox-w32-fd34cca0a02619028ac9d00caa107804c38c410f.tar.gz
busybox-w32-fd34cca0a02619028ac9d00caa107804c38c410f.tar.bz2
busybox-w32-fd34cca0a02619028ac9d00caa107804c38c410f.zip
Turn off static linking. Duh.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@433 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d5dbb656..9197b1778 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ DODEBUG = false
32# If you want a static binary, turn this on. I can't think 32# If you want a static binary, turn this on. I can't think
33# of many situations where anybody would ever want it static, 33# of many situations where anybody would ever want it static,
34# but... 34# but...
35DOSTATIC = true 35DOSTATIC = false
36 36
37# This will choke on a non-debian system 37# This will choke on a non-debian system
38ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` 38ARCH =`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'`