diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /toolchain/gdb/patches/.svn/text-base/100-ppc_compile_fix.patch.svn-base | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'toolchain/gdb/patches/.svn/text-base/100-ppc_compile_fix.patch.svn-base')
-rw-r--r-- | toolchain/gdb/patches/.svn/text-base/100-ppc_compile_fix.patch.svn-base | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/gdb/patches/.svn/text-base/100-ppc_compile_fix.patch.svn-base b/toolchain/gdb/patches/.svn/text-base/100-ppc_compile_fix.patch.svn-base new file mode 100644 index 0000000..4c5cb4e --- /dev/null +++ b/toolchain/gdb/patches/.svn/text-base/100-ppc_compile_fix.patch.svn-base @@ -0,0 +1,11 @@ +--- a/sim/ppc/Makefile.in ++++ b/sim/ppc/Makefile.in +@@ -551,7 +551,7 @@ PACKAGE_SRC = @sim_pk_src@ + PACKAGE_OBJ = @sim_pk_obj@ + + +-psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBS) $(LIBINTL_DEP) ++psim: $(TARGETLIB) main.o $(LIBIBERTY_LIB) $(BFD_LIB) $(LIBINTL_DEP) + $(CC) $(CFLAGS) $(SIM_CFLAGS) $(LDFLAGS) -o psim$(EXEEXT) main.o $(TARGETLIB) $(BFD_LIB) $(LIBINTL) $(LIBIBERTY_LIB) $(LIBS) + + run: psim |