diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-19 20:06:12 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-21 22:20:18 -0400 |
commit | 456ef1c1d43c0407801fb2d59db355472be8a554 (patch) | |
tree | ae7c5f7bbef0f9f9b05f73d97c8131538b52a965 /sim/configure.ac | |
parent | be0387eed099dbc2f2bdc92fbf60e04f846c3b2b (diff) | |
download | fsf-binutils-gdb-456ef1c1d43c0407801fb2d59db355472be8a554.zip fsf-binutils-gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.gz fsf-binutils-gdb-456ef1c1d43c0407801fb2d59db355472be8a554.tar.bz2 |
sim: unify hardware settings
Move these options up to the common dir so we only test & export
them once across all ports.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 9530268..042bfbf 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -122,6 +122,7 @@ SIM_AC_OPTION_CGEN_MAINT SIM_AC_OPTION_DEBUG SIM_AC_OPTION_ENDIAN SIM_AC_OPTION_ENVIRONMENT +SIM_AC_OPTION_HARDWARE SIM_AC_OPTION_INLINE SIM_AC_OPTION_PROFILE SIM_AC_OPTION_STDIO |