[maemo-commits] [maemo-commits] r9916 - projects/haf/trunk/apt/buildlib

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Feb 15 17:44:35 EET 2007
Author: marivoll
Date: 2007-02-15 17:44:34 +0200 (Thu, 15 Feb 2007)
New Revision: 9916

Modified:
   projects/haf/trunk/apt/buildlib/environment.mak.in
Log:
  * buildlib/environment.mak.in: Also build shared libraries on gnueabi
    platforms such as the armel architecture.


Modified: projects/haf/trunk/apt/buildlib/environment.mak.in
===================================================================
--- projects/haf/trunk/apt/buildlib/environment.mak.in	2007-02-15 15:20:25 UTC (rev 9915)
+++ projects/haf/trunk/apt/buildlib/environment.mak.in	2007-02-15 15:44:34 UTC (rev 9916)
@@ -62,7 +62,7 @@
 
 # Shared library things
 HOST_OS = @host_os@
-ifneq ($(words $(filter linux-gnu gnu% %gnu,$(HOST_OS))),0)
+ifneq ($(words $(filter linux-gnu gnu% %gnu %gnueabi,$(HOST_OS))),0)
    SONAME_MAGIC=-Wl,-soname -Wl,
    LFLAGS_SO=
 else


More information about the maemo-commits mailing list