X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fat91%2Fimage%2Fdfboot%2FMakefile;h=91a603de4e74074864f65758dd9550b87777b0b4;hb=667c28f66e742849a2bd80dd39788b4e6923cecc;hp=344af5d56daa865098a46dd9395915b85f4231ac;hpb=5bdd866100defba20eba15f0a9088b56ff590cff;p=openwrt-github%2F.git diff --git a/target/linux/at91/image/dfboot/Makefile b/target/linux/at91/image/dfboot/Makefile index 344af5d56d..91a603de4e 100644 --- a/target/linux/at91/image/dfboot/Makefile +++ b/target/linux/at91/image/dfboot/Makefile @@ -24,7 +24,8 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" + CFLAGS="$(TARGET_CFLAGS)" \ + LDFLAGS="$(LIBGCC_S)" endef define Build/InstallDev