This is the mail archive of the gcc-patches@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] |
This patch adds toplevel profiledbootstrap.The top level isn't allowed to use GNU make, IIRC -- aren't double-colon rules a GNU makeism? :-P Or are they portable?
Since this makes stage1 have multiple descendants, I had to abandon the prev/next scheme to link bootstrap-stages.
Instead, I either specify dependancies separately or use double-colon
rules,
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |