the make file having issues with cross compiling #8651
Unanswered
anoraktrend
asked this question in
Q&A
Replies: 1 comment
-
Can you please open an issue for it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build a chroot for my personal LFS distro which make use of nearly no GNU components, and I noticed the make file contains
ifneq ($(OS),Windows_NT) mkdir -p $(DESTDIR)$(LIBSTDBUF_DIR) $(INSTALL) -m 755 $(BUILDDIR)/deps/libstdbuf* $(DESTDIR)$(LIBSTDBUF_DIR)/ endif
which occurs regardless of if any libstdbuf was built.
other fun issues i've run into happen to be due the usual suspects, but those are setup issue.
Beta Was this translation helpful? Give feedback.
All reactions