pkgsrc-wip/gcc43/TODO
Adam Hoka 8ecea95c17 Rework the makefile to make it more organised.
Use bash to make sure no GNUism breaks the build.
Add bison and flex to tools.
And many more...

Builds fine here now.
2009-01-16 23:19:51 +00:00

16 lines
610 B
Text

Busted on NetBSD-current (5.99.01 at the time of writing).
Lots of problems because of missing ssize_t and conflicts to standard header
files for memcpy etc.
--Add support for what's commented out in the Makefile.
--I think the C++ ABI stuff is OK, but that needs to be checked.
--I use -current and only need what this package already supports (C/C++/objc)
so others will have to hack on it to get the rest going, as I don't have time
[right now].
--Anything else I missed?
--Of course, to import this, the relevant rules will have to be added
to gcc.mk.
--Anything else?
-- Some XXX needs to be answered.