horst@2241: Fix for psim build failure due to -lz horst@2241: horst@2241: See http://sourceware.org/bugzilla/show_bug.cgi?id=12202 horst@2241: horst@2241: --- gdb-7.2.orig/sim/ppc/Makefile.in horst@2241: +++ gdb-7.2/sim/ppc/Makefile.in horst@2241: @@ -551,7 +551,7 @@ horst@2241: PACKAGE_OBJ = @sim_pk_obj@ horst@2241: horst@2241: horst@2241: -psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP) horst@2241: +psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP) horst@2241: $(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS) horst@2241: horst@2241: run: psim