Re: [PATCH] libcxxabi: fix compilation under the SDK

2020-09-10 Thread Rosen Penev
On Thu, Sep 10, 2020 at 1:25 AM Jo-Philipp Wich wrote: > > Hi, > > > + $(MAKE) -C $(TOPDIR)/$(if > > $(CONFIG_IN_SDK),feeds/base/)package/libs/libcxx prepare > > this looks like an ugly hack, Yes it is. > also the feed is not guaranteed to reside in > feeds/base/ - the user can theoretically

Re: [PATCH] libcxxabi: fix compilation under the SDK

2020-09-10 Thread Jo-Philipp Wich
Hi, > + $(MAKE) -C $(TOPDIR)/$(if > $(CONFIG_IN_SDK),feeds/base/)package/libs/libcxx prepare this looks like an ugly hack, also the feed is not guaranteed to reside in feeds/base/ - the user can theoretically change the name of the base feed. Why does this package need to trigger an prepare

[PATCH] libcxxabi: fix compilation under the SDK

2020-09-09 Thread Rosen Penev
Under the SDK, the path for base packages is different. Signed-off-by: Rosen Penev --- package/libs/libcxxabi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/libcxxabi/Makefile b/package/libs/libcxxabi/Makefile index 90547561b2..e663fafc8e 100644 --- a/p