Merge pull request #14571 from neheb/j
pthsem: try to fix ARC compilation
This commit is contained in:
commit
a65552650a
1 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pthsem
|
PKG_NAME:=pthsem
|
||||||
PKG_VERSION:=2.0.8
|
PKG_VERSION:=2.0.8
|
||||||
PKG_RELEASE:=6
|
PKG_RELEASE:=7
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.auto.tuwien.ac.at/~mkoegler/pth/
|
PKG_SOURCE_URL:=http://www.auto.tuwien.ac.at/~mkoegler/pth/
|
||||||
|
@ -40,10 +40,8 @@ endef
|
||||||
|
|
||||||
# The musl libc provides a proper implementation of sigaltstack() so
|
# The musl libc provides a proper implementation of sigaltstack() so
|
||||||
# prevent configure from wrongly assuming a broken Linux platform
|
# prevent configure from wrongly assuming a broken Linux platform
|
||||||
ifneq ($(CONFIG_USE_GLIBC),y)
|
CONFIGURE_VARS += \
|
||||||
CONFIGURE_VARS += \
|
|
||||||
ac_cv_check_sjlj=ssjlj
|
ac_cv_check_sjlj=ssjlj
|
||||||
endif
|
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue