OSDN Git Service

* gcc.c (do_spec_1): Implement %j spec flag.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 2000 18:01:51 +0000 (18:01 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Aug 2000 18:01:51 +0000 (18:01 +0000)
commit655a58fa0f1db54ef4c004590e2d952dd2ca5526
treecb0efe07a757f09a75c26e74d5e3d29b0e63d2fa
parentd8c5d866d60034e50391f92ee5725376fbc8066e
* gcc.c (do_spec_1): Implement %j spec flag.
Remove dead comment.

* gcc.texi (The Configuration File): Document HOST_BIT_BUCKET.
        * system.h (HOST_BIT_BUCKET): Default to "/dev/null".
        * config/i386/xm-dos.h (HOST_BIT_BUCKET): Define as "NUL".
        * config/i386/xm-os2.h, config/winnt/winnt.h: Likewise.
      * protoize.c (munge_compile_params): Use HOST_BIT_BUCKET (if
writable) instead of hardcoded value.

* toplev.c (compile_file): Output to a file even if -fsyntax-only.

        * gcc.c, config/i386/xm-dos.h, config/i386/xm-os2.h: Kill
        MKTEMP_EACH_FILE.

         * gcc.c (cc1_options): Do not process -o or
        run the assembler if -fsyntax-only.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35849 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/xm-dos.h
gcc/config/i386/xm-os2.h
gcc/gcc.c
gcc/gcc.texi
gcc/protoize.c
gcc/system.h
gcc/toplev.c