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) ; }