blob: 619cf601e45f3b74b532dd9cbb53e6e84ec7c326 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ch,v 1.5 2009/04/28 10:31:58 hasso Exp $
--- mcs/tools/csharplib/Makefile.orig 2009-04-07 07:16:59.000000000 +0300
+++ mcs/tools/csharplib/Makefile 2009-04-07 07:17:14.000000000 +0300
@@ -33,6 +33,6 @@
$(the_lib): $(the_libdir)/.stamp Makefile Mono.CSharp.dll.sources $(build_lib)
$(MKINSTALLDIRS) fixup
- $(MONO_PATH) $(RUNTIME) $(LINKER) -d fixup/$(PROFILE) -o out -l none -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -i compiler.info
+ $(MONO_PATH) $(RUNTIME) $(LINKER) -d fixup/$(PROFILE) -o out -lnone -c skip -b true -x link.xml -s Mono.Tuner.AdjustVisibility,Mono.Tuner:OutputStep -s Mono.Tuner.PrintStatus,Mono.Tuner:OutputStep -i compiler.info
$(SN) $(SNFLAGS) out/Mono.CSharp.dll $(topdir)/class/mono.snk
cp out/Mono.CSharp.dll $(the_lib)
|