* Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
This commit is contained in:
parent
36de6f40d4
commit
4a44afd5c7
@ -5,6 +5,7 @@ start-sanitize-cygnus
|
||||
* cgen.sh: New file.
|
||||
end-sanitize-cygnus
|
||||
* cgen-scache.h: Deleted.
|
||||
* Make-common.in (cgen-run.o,cgen-scache.o): Delete cgen-scache.h dep.
|
||||
* cgen-scache.c: Only compile contents if WITH_SCACHE.
|
||||
(scache_init): Use runtime computed size of SCACHE.
|
||||
(scache_flush): Likewise.
|
||||
|
@ -405,12 +405,10 @@ nrun.o: $(srccom)/nrun.c config.h tconfig.h \
|
||||
# CGEN support.
|
||||
|
||||
cgen-run.o: $(srccom)/cgen-run.c $(sim_main_headers) \
|
||||
$(srccom)/cgen-mem.h $(srccom)/cgen-ops.h \
|
||||
$(srccom)/cgen-scache.h
|
||||
$(srccom)/cgen-mem.h $(srccom)/cgen-ops.h
|
||||
$(CC) -c $(srccom)/cgen-run.c $(ALL_CFLAGS)
|
||||
|
||||
cgen-scache.o: $(srccom)/cgen-scache.c $(sim_main_headers) \
|
||||
$(srccom)/cgen-scache.h
|
||||
cgen-scache.o: $(srccom)/cgen-scache.c $(sim_main_headers)
|
||||
$(CC) -c $(srccom)/cgen-scache.c $(ALL_CFLAGS)
|
||||
|
||||
cgen-trace.o: $(srccom)/cgen-trace.c $(sim_main_headers) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user