libgpg-error, historically being rather cross-compile unfriendly,
has gotten better in the later releases.
Also, this type of triplet handling is broken for triplets without
vendor and various other cases.
This creates more problems than it solves. Remove.
---
rules/libgpg-error.make | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make
index 194cd21db..c04d02210 100644
--- a/rules/libgpg-error.make
+++ b/rules/libgpg-error.make
@@ -30,10 +30,6 @@ LIBGPG_ERROR_LICENSE_FILES := \
file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1
-# Use '=' to delay $(shell ...) calls until this is needed
-LIBGPG_ERROR_TARGET = $(patsubst %-gnueabihf,%-gnueabi,$(patsubst
i%86-unknown-linux-gnu,i686-unknown-linux-gnu,$(shell
target=$(PTXCONF_GNU_TARGET); echo $${target/-*-linux/-unknown-linux})))
-LIBGPG_ERROR_TARGET_PTX := $(call remove_quotes, $(PTXCONF_GNU_TARGET))
-
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
@@ -55,15 +51,6 @@ LIBGPG_ERROR_CONF_OPT := \
--disable-doc \
--disable-tests
-$(STATEDIR)/libgpg-error.prepare:
- @$(call targetinfo)
- @if [ ! -e
$(LIBGPG_ERROR_DIR)/src/syscfg/lock-obj-pub.$(LIBGPG_ERROR_TARGET_PTX).h ];
then \
- cp -v
$(LIBGPG_ERROR_DIR)/src/syscfg/lock-obj-pub.$(LIBGPG_ERROR_TARGET).h \
-
$(LIBGPG_ERROR_DIR)/src/syscfg/lock-obj-pub.$(LIBGPG_ERROR_TARGET_PTX).h; \
- fi
- @$(call world/prepare, LIBGPG_ERROR)
- @$(call touch)
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------
--
2.30.2
_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]