summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/Makefile.common
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-11-12 17:57:49 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-11-12 17:57:49 +0000
commitd2095b92c6dc4ce18831aae266851680691ea939 (patch)
tree96a4f6838e1a3ae087045362741910486494abe9 /mdk-stage1/Makefile.common
parent9b3e7a42c7f10fcb433ca70a7cfab995162e62e1 (diff)
downloaddrakx-d2095b92c6dc4ce18831aae266851680691ea939.tar
drakx-d2095b92c6dc4ce18831aae266851680691ea939.tar.gz
drakx-d2095b92c6dc4ce18831aae266851680691ea939.tar.bz2
drakx-d2095b92c6dc4ce18831aae266851680691ea939.tar.xz
drakx-d2095b92c6dc4ce18831aae266851680691ea939.zip
remove GLIBC_LDFLAGS_STAGE1 and DIETLIBC_LDFLAGS_STAGE1 since they were not used everywhere,
and so it was not easy to understand
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 56494bb5e..d16c260e4 100644
--- a/mdk-stage1/Makefile.common
+++ b/mdk-stage1/Makefile.common
@@ -49,8 +49,6 @@ DIETLIBC_INCLUDES = -I$(top_dir)/dietlibc/include -I. -I$(top_dir)/bzlib
GLIBC_INCLUDES = -I. -I$(top_dir)/bzlib
INCLUDES = $($(L)_INCLUDES)
-GLIBC_LDFLAGS_STAGE1 = -static
-DIETLIBC_LDFLAGS_STAGE1 = -nostdlib
LDFLAGS_STAGE1 = $($(L)_LDFLAGS_STAGE1)
STAGE1_LIBC = $($(L)_LIBC)