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

This commit is contained in:
Bernhard Reutner-Fischer 2007-06-02 08:49:45 +00:00
parent 3096f34d27
commit fc9566ef23

View file

@ -72,8 +72,8 @@ LIBEXT:=.a
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)))