From ed85bebe401281dd60fa15412e743cfd60dd2b9b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 May 2014 06:28:03 +0200 Subject: kill unused definitions LDFLAGS_STAGE1 is unused since commit ecc7cafc9be7f40c9002b3cf299311bf2bba392d unused since commit 7e4ea2526a7512601c16d468a78f7945059121ed STAGE1_LIBC is unused since commit 6d081422730ada70af4d24c8c84f19c63ee3bd73 --- Makefile.common | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 2d7ce82d8..593582a05 100644 --- a/Makefile.common +++ b/Makefile.common @@ -34,11 +34,5 @@ endif GLIBC_INCLUDES = -I. -I$(top_dir)/bzlib INCLUDES = $($(L)_INCLUDES) -GLIBC_LDFLAGS_STAGE1 = -static -LDFLAGS_STAGE1 = $($(L)_LDFLAGS_STAGE1) - -GLIBC_LIBC = -STAGE1_LIBC = $($(L)_LIBC) - STRIPCMD = strip -R .note -R .comment -- cgit v1.2.1