This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r167488 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Mon Dec  6 10:19:59 2010
New Revision: 167488

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167488
Log:

2010-12-06  Basile Starynkevitch  <basile@starynkevitch.net>
	* common.opt (-fmelt-debug-skip): Add synonym for
	-fmelt-debugskip.
	(-fmelt-bootstrapping): Add new flag.

	* melt-runtime.c (flag_melt_bootstrapping): Add for plugins.
	(melt_argument): Handle debug-skip synonym and bootstrapping.
	(compile_gencsrc_to_binmodule, meltgc_make_load_melt_module)
	(meltgc_load_modulelist, meltgc_read_file): Handle bootstrapping
	by skipping builtin or environment directories.
	(melt_really_initialize): Show a message when bootstrapping.

	* mel-build.tpl (meltarg_bootstrapping): New.
	(MELTCCINIT1, MELTCCFILE1): Use it.
	(empty-file-for-melt.c): Add.

	* melt-built.mk: Regenerate.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/common.opt
    branches/melt-branch/gcc/melt-build.mk
    branches/melt-branch/gcc/melt-build.tpl
    branches/melt-branch/gcc/melt-runtime.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]