summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-30 02:19:19 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-03-30 02:19:19 +0000
commitf00484e1163127801909c924eceb50c11a31ef12 (patch)
treed3e5d79f96e51183879c30410336fc2d2c8c53ba /gcc/config
parentc1d2a99e4a240e01846f327c0ad84e1c6d4f17bf (diff)
downloadgcc-f00484e1163127801909c924eceb50c11a31ef12.tar.gz
* i386/djgpp.h: Remove extraneous "+".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32824 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/djgpp.h2
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.