* i386/djgpp.h: Remove extraneous "+".
From-SVN: r32824
This commit is contained in:
parent
ad242caf80
commit
1f73a8c953
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
|
Wed Mar 29 15:44:53 2000 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* i386/djgpp.h: Remove extraneous "+".
|
||||||
|
|
||||||
* stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
|
* stmt.c (stmt_loop_nest_empty): Fix thinko in last change.
|
||||||
|
|
||||||
* calls.c (expand_call): Fix typo in last change.
|
* calls.c (expand_call): Fix typo in last change.
|
||||||
|
|
|
@ -87,7 +87,7 @@ Boston, MA 02111-1307, USA. */
|
||||||
#undef CPP_SPEC
|
#undef CPP_SPEC
|
||||||
#define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
|
#define CPP_SPEC "-remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} \
|
||||||
-imacros %s../include/sys/version.h"
|
-imacros %s../include/sys/version.h"
|
||||||
+
|
|
||||||
/* We need to override link_command_spec in gcc.c so support -Tdjgpp.djl.
|
/* 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
|
This cannot be done in LINK_SPECS as that LINK_SPECS is processed
|
||||||
before library search directories are known by the linker.
|
before library search directories are known by the linker.
|
||||||
|
|
Loading…
Add table
Reference in a new issue