diff options
Diffstat (limited to 'hints/os390.sh')
-rw-r--r-- | hints/os390.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/os390.sh b/hints/os390.sh index 1cf945dca3..d7ade09315 100644 --- a/hints/os390.sh +++ b/hints/os390.sh @@ -54,3 +54,6 @@ case "$archname" in esac archobjs=ebcdic.o + +# We have our own cppstdin. +echo 'cat >.$$.c; '"$cc"' -E -Wc,NOLOC ${1+"$@"} .$$.c; rm .$$.c' > cppstdin |