binutils-gdb/sim/aarch64
Mike Frysinger c58353b786 sim: aarch64: move libsim.a creation to top-level
The objects are still compiled in the subdir, but the creation of the
archive itself is in the top-level.  This is a required step before we
can move compilation itself up, and makes it easier to review.

The downside is that each object compile is a recursive make instead of
a single one.  On my 4 core system, it adds ~100msec to the build per
port, so it's not great, but it shouldn't be a big deal.  This will go
away of course once the top-level compiles objects.
2023-01-10 01:15:23 -05:00
..
aarch64-sim.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
ChangeLog-2021 sim: rename ChangeLog files to ChangeLog-2021 2021-08-17 20:27:36 -04:00
cpustate.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cpustate.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
decode.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
interp.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
local.mk sim: aarch64: move libsim.a creation to top-level 2023-01-10 01:15:23 -05:00
Makefile.in sim: aarch64: move libsim.a creation to top-level 2023-01-10 01:15:23 -05:00
memory.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
memory.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
sim-main.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
simulator.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
simulator.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00