patches/gdb/7.2a/100-sim-ppc-lz-fix.patch
author Titus von Boxberg <titus@v9g.de>
Tue Nov 06 17:02:06 2012 +0100 (2012-11-06)
changeset 3103 a8bf927f6e37
parent 2241 78286fe70b62
permissions -rw-r--r--
Makefile.in: Use only standard options compatible with BSD install

Don't use options specific to FSF's coreutils install.

Signed-off-by: Titus von Boxberg <titus@v9g.de>
Message-Id: <51587db99510a9ec08f8.1352226968@tschetwerikow.boxberg.lan>
Patchwork-Id: 197532
     1 Fix for psim build failure due to -lz
     2 
     3 See http://sourceware.org/bugzilla/show_bug.cgi?id=12202
     4 
     5 --- gdb-7.2.orig/sim/ppc/Makefile.in
     6 +++ gdb-7.2/sim/ppc/Makefile.in
     7 @@ -551,7 +551,7 @@
     8  PACKAGE_OBJ = @sim_pk_obj@
     9 
    10 
    11 -psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP)
    12 +psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)
    13  	$(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS)
    14 
    15  run: psim