Il 01/09/2014 13:46, Peter Maydell ha scritto: > So we could fix this by not compiling empty files...
Easy for int128, even easier for getauxval (it's not a fastpath, so we can move the "always return 0" version from include/qemu/osdep.h to util/getauxval.c). I'm not sure how to detect that there generated-tracers.c is empty. Stefan, is it used by anything except $(CONFIG_TRACE_SIMPLE)? > ranlib doesn't like that either (this one's a warning we've had for > a long time): Given this, do you consider th a blocker for this patch? Paolo