On Thu, Jul 28, 2011 at 01:24:47PM +0200, Johannes Schauer wrote: > > @Geert Stappers: > > you are patching bsd-user/main.c and darwin-user/main.c as well. I take > it that you did test your changes on those platforms? does it work there > as well? I have no clue of darwin but is it really useful there?
They only check I did, was checking if BSD and Darwing have getenv(), they do. I consider the + /* read interp_prefix from environment variable */ + if (getenv("QEMU_LD_PREFIX") != NULL) { + interp_prefix = getenv("QEMU_LD_PREFIX"); to Darwin and BSD as harmless. In fact only reason for those additional lines were to bring attention to those operating systems. With the idea^Whope of better acception from upstream. Cheers Geert Stappers