diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-21 08:19:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-21 08:19:27 +0000 |
commit | 0e51d28d063d61b36dfbbbdcbae32ec055611ec8 (patch) | |
tree | bc67a98d805531f06b8e759aca6eccf70a9200f5 /TODO | |
parent | 5b542bd0aaef3f9d2f6f2b2a9140db7b16b46f33 (diff) | |
download | uClibc-alpine-0e51d28d063d61b36dfbbbdcbae32ec055611ec8.tar.bz2 uClibc-alpine-0e51d28d063d61b36dfbbbdcbae32ec055611ec8.tar.xz |
drop LDFLAGS from OUTPUT_FORMAT until LD/LDFLAGS can be fixed in general
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ 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: |