mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:39:24 +08:00
fix typo.
This commit is contained in:
@ -271,7 +271,7 @@ tmp-gencode: gen ppc-instructions ppc-spr-table $(srcdir)/../../move-if-change
|
|||||||
icache.h idecode.h idecode.c semantics.h semantics.c spreg.h spreg.c: tmp-gencode
|
icache.h idecode.h idecode.c semantics.h semantics.c spreg.h spreg.c: tmp-gencode
|
||||||
|
|
||||||
gen.o: gen.c config.h ppc-config.h
|
gen.o: gen.c config.h ppc-config.h
|
||||||
$(CC_FOR_BUILD) -c $(CFLAGS) $(HDEFINES) $(CSEARCH) $(CSWITCHES) $(srcdir)/gen.c
|
$(CC_FOR_BUILD) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(INCLUDES) $(srcdir)/gen.c
|
||||||
|
|
||||||
gen: gen.o config.h ppc-config.h $(LIBIBERTY_LIB) $(LIBS)
|
gen: gen.o config.h ppc-config.h $(LIBIBERTY_LIB) $(LIBS)
|
||||||
$(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o gen gen.o $(LIBIBERTY_LIB) $(LIBS)
|
$(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o gen gen.o $(LIBIBERTY_LIB) $(LIBS)
|
||||||
|
Reference in New Issue
Block a user