diff options
Diffstat (limited to 'sim/common/defs.h')
-rw-r--r-- | sim/common/defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/defs.h b/sim/common/defs.h index 4b5da7b..21ad2a4 100644 --- a/sim/common/defs.h +++ b/sim/common/defs.h @@ -37,6 +37,8 @@ /* 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 @@ -52,3 +54,5 @@ #endif #endif + +#endif |