[m-rev.] diff: fix bootstrapping with mmc --make on x86 machines

Julien Fischer juliensf at csse.unimelb.edu.au
Tue Oct 31 13:13:16 AEDT 2006


Estimated hours taken: 1
Branches: release (and probably main)

Fix bootstrapping with mmc --make on x86 machines.

deep_profiler/DEEP_FLAGS.in:
 	Don't explicitly specify `--linkage shared' in the deep profiler
 	directory since that breaks building this directory with
 	mmc --make on x86s (by mixing PIC and non-PIC code).
Julien.

Index: DEEP_FLAGS.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/deep_profiler/DEEP_FLAGS.in,v
retrieving revision 1.1
diff -u -r1.1 DEEP_FLAGS.in
--- DEEP_FLAGS.in	6 May 2005 08:42:11 -0000	1.1
+++ DEEP_FLAGS.in	31 Oct 2006 01:13:28 -0000
@@ -16,5 +16,4 @@
  --c-include-directory ../browser
  --c-include-directory ../browser/Mercury/mihs
  --c-include-directory ../trace
---linkage shared
  --config-file ../scripts/Mercury.config.bootstrap

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list