aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-07 22:59:30 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-07 23:25:01 +0700
commitee79c7df308ff2931fa6d893da5b7ab3604e73a9 (patch)
treebd8f466c027e50c17f5711dc4e3f28a19da13fe0 /sim/configure.ac
parent1787fcc45ab25e8d15eb59d5a222c52d4d2f09b5 (diff)
downloadfsf-binutils-gdb-ee79c7df308ff2931fa6d893da5b7ab3604e73a9.zip
fsf-binutils-gdb-ee79c7df308ff2931fa6d893da5b7ab3604e73a9.tar.gz
fsf-binutils-gdb-ee79c7df308ff2931fa6d893da5b7ab3604e73a9.tar.bz2
sim: bpf: drop subdir configure logic
We've been using this only to set the default word size to 64. We can easily move this into the makefile via a -D compiler flag and clean up the build logic quite a bit.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 97cea4b..c179e63 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -129,7 +129,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([arm*-*-*], [arm])
SIM_TARGET([avr*-*-*], [avr])
SIM_TARGET([bfin-*-*], [bfin])
- SIM_TARGET([bpf-*-*], [bpf], [true])
+ SIM_TARGET([bpf-*-*], [bpf])
SIM_TARGET([cr16*-*-*], [cr16])
SIM_TARGET([cris-*-* | crisv32-*-*], [cris])
SIM_TARGET([d10v-*-*], [d10v])