fixed redondant ldflag and a typo in xenomai build
authorEdouard Tisserant
Wed, 16 Nov 2011 17:12:16 +0100
changeset 634 5b925a1d8fed
parent 633 70c84e6ff92c
child 635 fcdb60cacb2c
fixed redondant ldflag and a typo in xenomai build
targets/Xenomai/__init__.py
--- a/targets/Xenomai/__init__.py	Wed Nov 16 12:50:16 2011 +0100
+++ b/targets/Xenomai/__init__.py	Wed Nov 16 17:12:16 2011 +0100
@@ -17,7 +17,7 @@
     
     def getBuilderLDFLAGS(self):
         xeno_ldflags = self.getXenoConfig("ldflags")
-        return toolchain_gcc.getBuilderLDFLAGS(self) + xeno_ldlags + ["-shared", "-lnative"]
+        return toolchain_gcc.getBuilderLDFLAGS(self) + xeno_ldflags + ["-shared"]
 
     def getBuilderCFLAGS(self):
         xeno_cflags = self.getXenoConfig("cflags")