summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-12 21:28:37 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-12 21:30:58 +0100
commit6d081422730ada70af4d24c8c84f19c63ee3bd73 (patch)
tree2dcf196148fa7d32a274bc9d2cec2ff60808119c /mdk-stage1/Makefile.common
parent7e4ea2526a7512601c16d468a78f7945059121ed (diff)
downloaddrakx-6d081422730ada70af4d24c8c84f19c63ee3bd73.tar
drakx-6d081422730ada70af4d24c8c84f19c63ee3bd73.tar.gz
drakx-6d081422730ada70af4d24c8c84f19c63ee3bd73.tar.bz2
drakx-6d081422730ada70af4d24c8c84f19c63ee3bd73.tar.xz
drakx-6d081422730ada70af4d24c8c84f19c63ee3bd73.zip
simplify: drop $STAGE1_LIBC
Diffstat (limited to 'mdk-stage1/Makefile.common')
-rw-r--r--mdk-stage1/Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/Makefile.common b/mdk-stage1/Makefile.common
index 188482ae9..629d27619 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -48,8 +48,6 @@ INCLUDES = -I.
LDFLAGS =
-STAGE1_LIBC = $($(L)_LIBC)
-
ifdef DEBUG
STRIPCMD = echo not stripping
else