summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-12 21:27:56 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-12 21:30:57 +0100
commit7e4ea2526a7512601c16d468a78f7945059121ed (patch)
treecfca98d7f0c85fd0bb3f4ce0320e6ee6bf8f556e
parentb79bb8a976c8990cc7b6f3b3f3ea219442429f28 (diff)
downloaddrakx-7e4ea2526a7512601c16d468a78f7945059121ed.tar
drakx-7e4ea2526a7512601c16d468a78f7945059121ed.tar.gz
drakx-7e4ea2526a7512601c16d468a78f7945059121ed.tar.bz2
drakx-7e4ea2526a7512601c16d468a78f7945059121ed.tar.xz
drakx-7e4ea2526a7512601c16d468a78f7945059121ed.zip
simplify, we only have one libc
-rw-r--r--mdk-stage1/Makefile.common5
1 files changed, 2 insertions, 3 deletions
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common
index 1f3442730..188482ae9 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -44,10 +44,9 @@ CFLAGS += -Werror
endif
endif
-GLIBC_INCLUDES = -I.
-INCLUDES = $($(L)_INCLUDES)
+INCLUDES = -I.
-LDFLAGS = $($(L)_LDFLAGS)
+LDFLAGS =
STAGE1_LIBC = $($(L)_LIBC)