OSDN Git Service

Use `=' rather than `:=' when setting up CC, so that `gcc' can be
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 1994 19:15:46 +0000 (19:15 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jul 1994 19:15:46 +0000 (19:15 +0000)
commit4c06dee10396e3432304a5e9cfd9fad216f938a4
tree401404801f7401886cc0daacf16a70812a1015ec
parentb81452b1521614ce0453de8c96ff4cc1e2d1a862
Use `=' rather than `:=' when setting up CC, so that `gcc' can be
defined as a foreign command if necessary; eliminate `set
symbol/scope=noGlobal' for same reason; use `=' with all other
symbols, for consistency; add explicit .obj extension to some lists of
object files passed to the linker; general cleanup of the command text
echoed during execution.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7708 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/make-cc1.com