From 40a2d6ba126ba5c31c5b0e9547859d8e7e95afa3 Mon Sep 17 00:00:00 2001 From: NicJA Date: Sat, 14 Feb 2015 15:15:40 +0000 Subject: [PATCH] add missing -static git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@50084 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/arm-raspi/usb/usb2otg/mmakefile.src | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm-raspi/usb/usb2otg/mmakefile.src b/arch/arm-raspi/usb/usb2otg/mmakefile.src index f669892492..4df7c3e3e6 100644 --- a/arch/arm-raspi/usb/usb2otg/mmakefile.src +++ b/arch/arm-raspi/usb/usb2otg/mmakefile.src @@ -1,6 +1,8 @@ # $Id$ include $(TOP)/config/make.cfg +USER_LDFLAGS := -static + FILES := \ usb2otg_device \ usb2otg_core \ -- 2.11.4.GIT