summaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-07-04 08:25:03 +0200
committerPascal Terjan <pterjan@gmail.com>2014-10-20 21:29:55 +0000
commit696390ee5b873d93e5f15309b0630e7aea7c36b8 (patch)
tree3a60ef8cae4b5add25d4cbd8fd658cb02ebe8c4c /Makefile.common
parentfe0c071220db3baf4d278944969566ed19f2c31f (diff)
downloaddrakx-696390ee5b873d93e5f15309b0630e7aea7c36b8.tar
drakx-696390ee5b873d93e5f15309b0630e7aea7c36b8.tar.gz
drakx-696390ee5b873d93e5f15309b0630e7aea7c36b8.tar.bz2
drakx-696390ee5b873d93e5f15309b0630e7aea7c36b8.tar.xz
drakx-696390ee5b873d93e5f15309b0630e7aea7c36b8.zip
we now only support glibc
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 11aa0414b..88f138e79 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -17,9 +17,6 @@
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(ARCH:sparc%=sparc)
- #- default lib is glibc (honoured by main Makefile whenever possible)
-L = GLIBC
-
#- default frontend is newt (honoured by main Makefile whenever possible)
F = NEWT
# F = STDIO