debuggers.hg
annotate stubdom/ocaml.patch @ 19661:e0221531d0e5
stubdom: Rebuild the ocaml runtime libraries with the options needed
if they are to be linked with object files created by ocamlc and the minios
kernel.
This is needed to build stubdoms written in ocaml.
Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
if they are to be linked with object files created by ocamlc and the minios
kernel.
This is needed to build stubdoms written in ocaml.
Signed-off-by: Alex Zeffertt <alex.zeffertt@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue May 19 14:17:56 2009 +0100 (2009-05-19) |
parents | |
children |
rev | line source |
---|---|
keir@19661 | 1 --- byterun/Makefile.orig 2009-04-07 12:14:02.000000000 +0100 |
keir@19661 | 2 +++ byterun/Makefile 2009-04-07 12:13:50.000000000 +0100 |
keir@19661 | 3 @@ -22,14 +22,14 @@ |
keir@19661 | 4 DOBJS=$(OBJS:.o=.d.o) instrtrace.d.o |
keir@19661 | 5 PICOBJS=$(OBJS:.o=.pic.o) |
keir@19661 | 6 |
keir@19661 | 7 -#ifeq ($(SUPPORTS_SHARED_LIBRARIES),true) |
keir@19661 | 8 +ifeq ($(SUPPORTS_SHARED_LIBRARIES),true) |
keir@19661 | 9 |
keir@19661 | 10 all:: libcamlrun_shared.so |
keir@19661 | 11 |
keir@19661 | 12 install:: |
keir@19661 | 13 cp libcamlrun_shared.so $(LIBDIR)/libcamlrun_shared.so |
keir@19661 | 14 |
keir@19661 | 15 -#endif |
keir@19661 | 16 +endif |
keir@19661 | 17 |
keir@19661 | 18 ocamlrun$(EXE): libcamlrun.a prims.o |
keir@19661 | 19 $(MKEXE) $(BYTECCLINKOPTS) -o ocamlrun$(EXE) \ |