patches/gdb/7.2a/100-sim-ppc-lz-fix.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 17 18:10:53 2011 +0200 (2011-07-17)
changeset 2890 a59712c236df
parent 2241 78286fe70b62
permissions -rw-r--r--
cc/gcc: add host parameter to core compiler build process

Tell the core compiler what host it should run on (instead of
hard-coding runing on CT_HOST).

No functional change so far, switching between CT_HOST and CT_BUILD
will come in a following patch.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     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