forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user