OSDN Git Service

* gcc.c: Move data on prefixes forward in file and reorganize.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Oct 2000 20:07:24 +0000 (20:07 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Oct 2000 20:07:24 +0000 (20:07 +0000)
commitbfb9bc395c3ea90e66374602aac0ef0a755f0b9c
tree9e7844db35ebfb97f1a7c3df5c3cc187c9f64194
parent12882c87aa51863685a66e9193bbbfbcd60c6c9d
* gcc.c: Move data on prefixes forward in file and reorganize.
(md_exec_prefix, md_startfile_prefix, md_startfile_prefix_1):
Always define, but make null if no value.
(static_specs): Add "md_exec_prefix", "md_startfile_prefix",
and "md_startfile_prefix_1".
(main): Check whether md_exec_prefix and the others are the
null string rather than whether the macro is defined.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36730 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c