diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 71dcb1c45c7..04875706983 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -86,4 +86,11 @@ /* Define if you want expensive run-time checks. */ #undef ENABLE_CHECKING + +/* Define to enable the use of a default assembler. */ +#undef DEFAULT_ASSEMBLER + +/* Define to enable the use of a default linker. */ +#undef DEFAULT_LINKER + @TOP@ |