patches/gdb/7.2a/100-sim-ppc-lz-fix.patch
author danielrubiob@gmail.com
Tue Feb 11 21:34:48 2014 +0100 (2014-02-11)
changeset 3285 a8cb9039fade
parent 2241 78286fe70b62
permissions -rw-r--r--
complibs/cloog: bump version

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>
[yann.morin.1998@free.fr: re-order versions]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Cody P Schafer <dev@codyps.com>
Message-Id: <c2de3964cd6d5e4173cc.1391984023@uemo>
Patchwork-Id: 318637
horst@2241
     1
Fix for psim build failure due to -lz
horst@2241
     2
horst@2241
     3
See http://sourceware.org/bugzilla/show_bug.cgi?id=12202
horst@2241
     4
horst@2241
     5
--- gdb-7.2.orig/sim/ppc/Makefile.in
horst@2241
     6
+++ gdb-7.2/sim/ppc/Makefile.in
horst@2241
     7
@@ -551,7 +551,7 @@
horst@2241
     8
 PACKAGE_OBJ = @sim_pk_obj@
horst@2241
     9
horst@2241
    10
horst@2241
    11
-psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP)
horst@2241
    12
+psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP)
horst@2241
    13
 	$(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS)
horst@2241
    14
horst@2241
    15
 run: psim