diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-11-06 22:25:18 +0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-11-11 01:44:16 +0700 |
commit | 430e1e55171a132a21063393f883d060db525b21 (patch) | |
tree | cc93faea7f3bc9e9ae1f9fc8e401da7ed151420e /sim/aarch64/Makefile.in | |
parent | ef3bd6c15e83b6446e8724c0deac8896b6efbb62 (diff) | |
download | gdb-430e1e55171a132a21063393f883d060db525b21.zip gdb-430e1e55171a132a21063393f883d060db525b21.tar.gz gdb-430e1e55171a132a21063393f883d060db525b21.tar.bz2 |
sim: aarch64: move libsim.a creation to top-level
Diffstat (limited to 'sim/aarch64/Makefile.in')
-rw-r--r-- | sim/aarch64/Makefile.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sim/aarch64/Makefile.in b/sim/aarch64/Makefile.in index 72a3705..e2c5cbc 100644 --- a/sim/aarch64/Makefile.in +++ b/sim/aarch64/Makefile.in @@ -21,13 +21,7 @@ ## COMMON_PRE_CONFIG_FRAG -SIM_OBJS = \ - $(SIM_NEW_COMMON_OBJS) \ - interp.o \ - cpustate.o \ - simulator.o \ - memory.o \ - sim-resume.o \ +SIM_LIBSIM = ## COMMON_POST_CONFIG_FRAG |