From d173d12e77c2ba9c46717353891f817333ce4995 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Wed, 10 Oct 2012 21:07:20 +0000 Subject: [PATCH] Don't include link-libc-static in +link-static-before-libc. --- ChangeLog | 3 +++ Makeconfig | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a62434..31662fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-10-10 Joseph Myers + * Makeconfig (+link-static-before-libc): Don't include + $(link-static-libc). + * libio/libio.h (_IO_pos_t): Remove. 2012-10-10 Alexandre Oliva diff --git a/Makeconfig b/Makeconfig index 6a54bf3..f451ec2 100644 --- a/Makeconfig +++ b/Makeconfig @@ -434,7 +434,7 @@ ifndef +link-static $(start-installed-name))\ $(+preinit) $(link-extra-libs-static) \ $(common-objpfx)libc% $(+postinit),$^) \ - $(link-extra-libs-static) $(link-libc-static) + $(link-extra-libs-static) +link-static-after-libc = $(+postctorT) $(+postinit) +link-static = $(+link-static-before-libc) $(link-libc-static) \ $(+link-static-after-libc) -- 2.7.4