]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/ppc/ChangeLog
sim: ppc: drop $(LIBS) from psim dependency
authorAaro Koskinen <aaro.koskinen@iki.fi>
Mon, 17 Feb 2014 22:12:59 +0000 (17:12 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 17 Feb 2014 22:12:59 +0000 (17:12 -0500)
commit0d8a6ab7d39d28fb1557e2a62e9e4b336341ab34
treedf86dfb571300a9acc098781176b13128aea3100
parentbc3c6b36422973aad17445ad5e436064f7337d47
sim: ppc: drop $(LIBS) from psim dependency

When cross-compiling GDB for PPC, there's a prerequisite "-lz" for psim
that results in a build failure. With such prerequisite, GNU Make will
try to search the library from build machine's /usr/lib which is wrong.
On 64-bit Linux build machines the compilation will fail because of this.

URL: https://sourceware.org/bugzilla/show_bug.cgi?id=12202
sim/ppc/ChangeLog
sim/ppc/Makefile.in