diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig index f3668c616a..c0f5e64ef5 100644 --- a/Makeconfig +++ b/Makeconfig @@ -345,9 +345,7 @@ endif endif # Flags to pass the C compiler when assembling preprocessed assembly code -# (`.S' files). On some systems the assembler doesn't understand the `#' line -# directives the preprocessor produces. If you have troubling compiling -# assembly code, try using -P here to suppress these directives. +# (`.S' files). ifndef asm-CPPFLAGS asm-CPPFLAGS = endif |