From 7e4f0709f9447e35916fe75715df8a99ab2768aa Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Wed, 6 Feb 2008 11:36:20 +0000 Subject: [PATCH] - use gcc instead of ld to fix linking stage. git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@669 8eb893ce-cfd4-0310-b710-fb5ebe64c474 --- apps/py_sems/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/py_sems/Makefile b/apps/py_sems/Makefile index 21314bf7..26d37808 100644 --- a/apps/py_sems/Makefile +++ b/apps/py_sems/Makefile @@ -77,6 +77,7 @@ python_files: endif extra_clean = clean_py_sems_lib +LD=gcc include $(COREPATH)/plug-in/Makefile.app_module