From b217d989e7769323e707cd7dc6152c2c5f5a40a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 17 Jan 2005 15:39:34 +0000 Subject: [PATCH] Removed now unnecessary comment. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10799 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 1 - 1 file changed, 1 deletion(-) diff --git a/Jamrules b/Jamrules index 70d5458231..b3af949e10 100644 --- a/Jamrules +++ b/Jamrules @@ -1827,7 +1827,6 @@ rule KernelAddon ObjectC++Flags $(sources) : -D_KERNEL_MODE=1 -no-fpic -fno-exceptions ; LINKFLAGS on $(1) = [ on $(1) return $(LINKFLAGS) ] -nostdlib ; LinkSharedOSLibs $(1) : $(4) kernel.so ; - # ToDo this has to be changed! SetupKernel $(sources) ; }