mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 13:33:53 +08:00
sim: ppc: fix up version script
The common sim code has switched to using gdb directly; update the ppc copy too.
This commit is contained in:
parent
af6407fc3c
commit
887bddbcad
@ -1,3 +1,8 @@
|
||||
2015-04-13 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* Makefile.in (version.o): Change to using create-version.sh from gdb.
|
||||
(create-version.sh): Delete.
|
||||
|
||||
2015-03-31 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* config.in, configure: Regenerate.
|
||||
|
@ -565,8 +565,9 @@ $(TARGETLIB): tmp-igen tmp-dgen tmp-hw tmp-pk tmp-defines $(LIB_OBJ) $(GDB_OBJ)
|
||||
$(AR) $(AR_FLAGS) $(TARGETLIB) $(LIB_OBJ) $(GDB_OBJ)
|
||||
$(RANLIB) $(TARGETLIB)
|
||||
|
||||
version.c: Makefile $(srccom)/create-version.sh ../../bfd/version.h ../../gdb/version.in
|
||||
$(SHELL) $(srccom)/create-version.sh $(srcsim) $(host_alias) $(target_alias) version.c
|
||||
version.c: Makefile $(srcroot)/gdb/version.in $(srcroot)/bfd/version.h $(srcroot)/gdb/common/create-version.sh
|
||||
$(SHELL) $(srcroot)/gdb/common/create-version.sh $(srcroot)/gdb \
|
||||
$(host_alias) $(target_alias) version.c
|
||||
version.o: version.c $(version_h)
|
||||
|
||||
psim.o: psim.c $(CPU_H) $(IDECODE_H) $(OPTIONS_H) $(TREE_H) $(BFD_H)
|
||||
|
Loading…
Reference in New Issue
Block a user