diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/i386/djgpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/djgpp.h b/gcc/config/i386/djgpp.h index f98a45bcadb..23591c54784 100644 --- a/gcc/config/i386/djgpp.h +++ b/gcc/config/i386/djgpp.h @@ -87,7 +87,7 @@ Boston, MA 02111-1307, USA. */ #undef CPP_SPEC #define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \ -imacros %s../include/sys/version.h" -+ + /* We need to override link_command_spec in gcc.c so support -Tdjgpp.djl. This cannot be done in LINK_SPECS as that LINK_SPECS is processed before library search directories are known by the linker. |