diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-06 20:48:46 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-12 20:24:08 -0400 |
commit | 6dd65fc048dbe167b809f687acc6228eb07ecec6 (patch) | |
tree | 6784f6a25e493296f4600ee94f1d5bcc3cf79da9 /sim/config.h.in | |
parent | 04381273a9ea0cf30575d58983287cd950b3e166 (diff) | |
download | fsf-binutils-gdb-6dd65fc048dbe167b809f687acc6228eb07ecec6.zip fsf-binutils-gdb-6dd65fc048dbe167b809f687acc6228eb07ecec6.tar.gz fsf-binutils-gdb-6dd65fc048dbe167b809f687acc6228eb07ecec6.tar.bz2 |
sim: unify bug & package settings
Move these options up to the common dir so we only test & export
them once across all ports. The AC_INIT macro does a lot of the
heavy lifting already which allows further simplification.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r-- | sim/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in index 8d7923e..65f9da0 100644 --- a/sim/config.h.in +++ b/sim/config.h.in @@ -394,9 +394,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Additional package description */ +#undef PKGVERSION + /* Sim profile settings */ #undef PROFILE +/* Bug reporting address */ +#undef REPORT_BUGS_TO + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |