Files
mercury/README.Linux-Alpha
Fergus Henderson ca3fdbe712 Document a patch needed to make things work on Linux/Alpha.
Estimated hours taken: 0.25

README.Linux-Alpha:
	Document a patch needed to make things work on Linux/Alpha.

README.Linux:
	Point to README.Linux-Alpha.
1998-04-08 13:55:44 +00:00

23 lines
671 B
Plaintext

For Linux/Alpha you need to apply the patch below.
Just type `patch scripts/mgnuc < README.Linux-Alpha'.
This patch is needed to make the Boehm collector work
with the GNU assembler on Alphas.
Index: mgnuc.in
===================================================================
RCS file: /home/mercury1/repository/mercury/scripts/mgnuc.in,v
retrieving revision 1.48
diff -u -u -r1.48 mgnuc.in
--- mgnuc.in 1998/03/11 05:58:58 1.48
+++ mgnuc.in 1998/04/01 18:34:19
@@ -60,7 +60,8 @@
CC=${MERCURY_C_COMPILER="@CC@"}
CFLAGS_FOR_REGS="@CFLAGS_FOR_REGS@"
CFLAGS_FOR_GOTOS="@CFLAGS_FOR_GOTOS@"
-AS=as
+# AS=as
+AS="gcc -c -x assembler-with-cpp"
case "$CC" in
*gcc*)