diff options
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Machrules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules index f81017958d..843f06f7dd 100644 --- a/mach/Machrules +++ b/mach/Machrules @@ -199,6 +199,6 @@ extra-libs += $(interface-library) # shared object is absent, ld may choose a static library someplace and # produce a bogus libmachuser.so. interface.so = $(interface-library:lib%=%.so) -LDFLAGS-$(interface.so) = -nostdlib +LDFLAGS-$(interface.so) = -nostdlib -nostartfiles endif |