Statistics
| Branch: | Revision:

root / stubs / Makefile.objs @ 1de7afc9

History | View | Annotate | Download (251 Bytes)

# Date Author Comment
3bc2f570 11/18/2012 09:19 pm Paolo Bonzini

build: replace weak symbols with a static library

Weak symbols were a nice idea, but they turned out not to be a good one.
Toolchain support is just too sparse, in particular llvm-gcc is totally
broken.

This patch uses a surprisingly low-tech approach: a static library....