MIPS: VDSO: remove -nostdlib compiler flag
[linux-2.6-microblaze.git] / arch / mips / vdso / Makefile
index 1b2ea34..d65f55f 100644 (file)
@@ -57,7 +57,7 @@ endif
 
 # VDSO linker flags.
 ldflags-y := -Bsymbolic --no-undefined -soname=linux-vdso.so.1 \
-       $(filter -E%,$(KBUILD_CFLAGS)) -nostdlib -shared \
+       $(filter -E%,$(KBUILD_CFLAGS)) -shared \
        -G 0 --eh-frame-hdr --hash-style=sysv --build-id=sha1 -T
 
 CFLAGS_REMOVE_vdso.o = $(CC_FLAGS_FTRACE)