[Buildroot] svn commit: trunk/buildroot

aldot at uclibc.org aldot at uclibc.org
Sat Jun 2 01:49:46 PDT 2007


Author: aldot
Date: 2007-06-02 01:49:45 -0700 (Sat, 02 Jun 2007)
New Revision: 18724

Log:
- correct extensions for apple (thanks Heikki Lindholm for pointing this out)


Modified:
   trunk/buildroot/Makefile


Changeset:
Modified: trunk/buildroot/Makefile
===================================================================
--- trunk/buildroot/Makefile	2007-06-01 22:16:28 UTC (rev 18723)
+++ trunk/buildroot/Makefile	2007-06-02 08:49:45 UTC (rev 18724)
@@ -72,8 +72,8 @@
 SHREXT:=.so
 endif
 ifneq (,$(findstring apple,$(BR2_GNU_BUILD_SUFFIX)))
-EXEEXT:=.pear
-LIBEXT:=.dunno
+EXEEXT:=
+LIBEXT:=.a
 SHREXT:=.dylib
 endif
 ifneq (,$(findstring cygwin,$(BR2_GNU_BUILD_SUFFIX)))



More information about the buildroot mailing list