Save the blank after -o in EXE_OPT for KCC.

This commit is contained in:
Michael Hoffmann 2000-06-29 07:34:33 +00:00
parent ace36bc4a5
commit e06b2af38a
2 changed files with 2 additions and 1 deletions

View File

@ -845,6 +845,7 @@ set_compiler_flags()
WINDOW_DIR="/usr/openwin/lib"
RUNTIME_LINKER_FLAG="-R "
PRINT_STACKTRACE_PROGRAM="dbx"
EXE_OPT="-o \$(SAVESTHEBLANK)"
;;
*SunOS*5.*CC*)
#### settings for sunpro compiler on solaris

View File

@ -1,2 +1,2 @@
1.100 (14 April 2000)
1.101 (29 June 2000)
maintainer: Michael Hoffmann <hoffmann@inf.ethz.ch>