diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-30 02:30:46 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-16 02:36:10 -0500 |
commit | 7d554943ba2f60d7562a7f7360b683885313dec8 (patch) | |
tree | fe5e0e169b8dd259ce3e74a600e06ab4764e30e4 /sim/or1k/configure | |
parent | 444cc278b91ad5410626a0039e7eae823e7063d6 (diff) | |
download | gdb-7d554943ba2f60d7562a7f7360b683885313dec8.zip gdb-7d554943ba2f60d7562a7f7360b683885313dec8.tar.gz gdb-7d554943ba2f60d7562a7f7360b683885313dec8.tar.bz2 |
sim: mips/or1k: drop redundant arg to bitsize macro
These are just using the default behavior for the 3rd arg, so drop
it to make it more clear. This also makes them match all other
ports that only use the first 2 arguments.
Diffstat (limited to 'sim/or1k/configure')
-rwxr-xr-x | sim/or1k/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/or1k/configure b/sim/or1k/configure index 8dc8884..46e30c1 100755 --- a/sim/or1k/configure +++ b/sim/or1k/configure @@ -1676,7 +1676,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu wire_word_bitsize="32" wire_word_msb="31" -wire_address_bitsize="32" +wire_address_bitsize="" wire_cell_bitsize="" # Check whether --enable-sim-bitsize was given. if test "${enable_sim_bitsize+set}" = set; then : |