sim: drop arch-specific config.h

All of the settings in here are handled by the common top-level
config.h, so drop the individual arch-config.h files entirely.

This will also help guarantee that we don't add any new arch
specific defines that would affect common code which will help
with the effort of unifying them.
This commit is contained in:
Mike Frysinger
2021-06-13 01:54:48 -04:00
parent bcaa61f7c8
commit 52d37d2c91
100 changed files with 1478 additions and 8706 deletions

View File

@@ -34,23 +34,11 @@
#undef PACKAGE_URL
#undef PACKAGE_VERSION
/* Include arch-specific sim's various configure tests. */
#include "config.h"
#ifndef SIM_COMMON_BUILD
/* Reset macros that our config.h will provide. */
#undef PACKAGE
#undef PACKAGE_BUGREPORT
#undef PACKAGE_NAME
#undef PACKAGE_STRING
#undef PACKAGE_TARNAME
#undef PACKAGE_URL
#undef PACKAGE_VERSION
/* Include common sim's various configure tests. */
#ifndef SIM_COMMON_BUILD
#include "../config.h"
#else
#include "config.h"
#endif
#endif