summaryrefslogtreecommitdiffstats
path: root/TODO
blob: a8124509867b9728b16aef5242a1ade4d9a26505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[ ] write fixup.make
	[ ] chmod prefix 555, to prevent overwriting

[ ] fix autobuilder

[ ] java:
	--enable-jni --enable-core-jni --enable-collections --enable-gtk-peer --enable-tool-wrappers --enable-load-library --enable-local-sockets

[ ] http://www.google.com/search?q=poison-system-directories

[ ] gdb.configure:
    rm -rf $(GDB_BUILD)
    mkdir -p $(GDB_BUILD)
    cd $(GDB_BUILD) && ../gdb-stable/configure \
        --prefix=$(INSTALL_DIR) \
        --target=$(GNU_TARGET) \
        --disable-nls \
        --with-system-gdbinit=$(INSTALL_LIB)/gdbinit