-
Notifications
You must be signed in to change notification settings - Fork 15
/
TODO
49 lines (30 loc) · 1.23 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
This is a somewhat ordered TODO list:
Recurring tasks:
- update versions for every tools...
- update and/or upgrade all samples
Non-recurring tasks:
- update newlib (for enhanced bare metal)
- confirm existing implementation on targets other than AVR32
- try to make it generic, will help for uClibc++
- multilib
- Cygwin target (needs newlib)
- so we can build toolchains that generate code for Windows/Cygwin
- uClibc++
- see newlib, above
- uClinux
- check whether we can use newlib under uClinux (?)
- Darwin / Clang
- driverdriver needs to be added to the project
- llvm-gcc needs to work again.
- HOST_LINK_VERSION is used instead of `${program-prefix}-ld --version`
- `${program-prefix}-ld -v` yields @(#)PROGRAM:ld PROJECT:cctools-809
instead of e.g. @(#)PROGRAM:ld PROJECT:ld64-127
- Add llvm-config-build and llvm-config-host for when going Canadian.
- Consider adding PPC support?
- Copy cctools' needed SDK headers from the SDK at patch-time instead
of providing them in a patch - needs an OSX SDK to be identified
though, even for an iPhone build.
- Python Support
- gdb has Python integration, so add option to build Python.
- LLDB Support
- Add this, it also has Python integration.