summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-10-13 14:50:43 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-10-13 14:50:43 +0000
commit51ce75b5b02a7617bfee5272d9236835be48d02d (patch)
tree45d559f5b9b02f0fa705797081a28f638f52463e /TODO
parent3936de030a9c53a21825701cea9c4d36e0d00b85 (diff)
- 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,")
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
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: