]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: always compile in the sysv sem & shm device files users/vapier/sim/doc
authorMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 01:22:45 +0000 (20:22 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 01:24:00 +0000 (20:24 -0500)
commit60fffa9d7faa944b764c0a99099bb849135483f3
treeb55ff6754d608e566407aba43499c6c3d6e12b5f
parent8a24c85853650c92d89d97144a768c9e225c5134
sim: ppc: always compile in the sysv sem & shm device files

Move the stub logic to the device files themselves.  This makes the
configure & build logic more static which will make it easier to move
to the top-level build, and matches what we did with the common/ hw
tree already.

This also decouples the logic from the two -- in the past, you needed
both sem & shm in order to enable the device models, but now each one
is tied to its own independent knob.  Practically speaking, this will
probably not make a difference, but it simplifies the build a bit.
sim/ppc/config.in
sim/ppc/configure
sim/ppc/configure.ac
sim/ppc/hw_sem.c
sim/ppc/hw_shm.c