diff options
author | Mike Frysinger <vapier@gentoo.org> | 2023-01-01 13:36:50 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2023-01-10 01:15:27 -0500 |
commit | 688fba23d28aab026e0416d0758f395ad635da7a (patch) | |
tree | 91403140e817d6eb5df96be02c43341066dcc0fb /sim/arm/Makefile.in | |
parent | b3e1c5d43d76311aa8da728a53e5d3998efb15b3 (diff) | |
download | gdb-688fba23d28aab026e0416d0758f395ad635da7a.zip gdb-688fba23d28aab026e0416d0758f395ad635da7a.tar.gz gdb-688fba23d28aab026e0416d0758f395ad635da7a.tar.bz2 |
sim: arm: move arch-specific file compilation to top-level
The arch-specific flags are only used by the arch-specific modules,
not the common/ files, so we can delete them too.
Diffstat (limited to 'sim/arm/Makefile.in')
-rw-r--r-- | sim/arm/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index 24e1525..43d124d 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -16,7 +16,4 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## COMMON_PRE_CONFIG_FRAG - -SIM_EXTRA_CFLAGS = -DMODET - ## COMMON_POST_CONFIG_FRAG |