Skip to content

Instantly share code, notes, and snippets.

@mcbridematt
Created January 28, 2021 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcbridematt/373974faabcea64d913e191b0d0671ca to your computer and use it in GitHub Desktop.
Save mcbridematt/373974faabcea64d913e191b0d0671ca to your computer and use it in GitHub Desktop.
fix libcxxabi compile in openwrt sdk
diff --git a/package/libs/libcxxabi/Makefile b/package/libs/libcxxabi/Makefile
index 90547561b2..fe8bd0ed85 100644
--- a/package/libs/libcxxabi/Makefile
+++ b/package/libs/libcxxabi/Makefile
@@ -58,7 +58,7 @@ TARGET_CXXFLAGS += -flto
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
define Build/Prepare
- $(MAKE) -C $(TOPDIR)/package/libs/libcxx prepare
+ $(MAKE) -C $(TOPDIR)/package/feeds/base/libcxx prepare
$(call Build/Prepare/Default)
endef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment