From 51ce75b5b02a7617bfee5272d9236835be48d02d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 13 Oct 2007 14:50:43 +0000 Subject: - use the compiler-driver instead of the linker - adjust setting flags accordingly to use (hardcoded, see below) -Wl, Potential improvements: *) --warn-unresolved-symbols should perhaps be used for all libs *) eventually rename LDFLAGS to CC_LDFLAGS *) probe for compiler driver's notion of flag to use for passing in linker flags (i.e. don't hardcode "-Wl,") --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index c87ccea9f..9fb6d02dd 100644 --- a/TODO +++ b/TODO @@ -39,8 +39,6 @@ TODO list for the uClibc 0.9.29 release: *) Should integrate test subdir better ... need to propagate CPU CFLAGS/LDFLAGS to the build/link for target binaries so that when we have a multilib toolchain, the proper ABI is selected. - *) LD/LDFLAGS handling is broken ... stop invoking the linker directly and - have everything go through the compiler driver TODO list for the uClibc 1.0.0 release: -- cgit v1.2.3