diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 18:45:05 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 10:58:22 -0400 |
commit | dba333c1e4051400983d3cb8b13c9c4a2d766e9c (patch) | |
tree | 73dbf6f84c54dbfe766ca52c5f967246a86f1a4f /sim/m32c/config.in | |
parent | b15c5d7a516d4e3466753e19df77d34b404d397e (diff) | |
download | gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.zip gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.tar.gz gdb-dba333c1e4051400983d3cb8b13c9c4a2d766e9c.tar.bz2 |
sim: unify assert build settings
Move the --sim-enable-assert option up to the common dir so we only
test & export it once across all ports.
Diffstat (limited to 'sim/m32c/config.in')
-rw-r--r-- | sim/m32c/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sim/m32c/config.in b/sim/m32c/config.in index bcc3ce5..0b237bf 100644 --- a/sim/m32c/config.in +++ b/sim/m32c/config.in @@ -114,9 +114,6 @@ #endif -/* Sim assert settings */ -#undef WITH_ASSERT - /* Sim debug setting */ #undef WITH_DEBUG |