Hi all,
TLDR; Is there a way to have make append arguments at the end of the final build command or at least after the object files?
I am trying to statically link against a library using the build process (pardon my terminological mistakes). In my Makefile, I am doing this:
LDFLAGS+=...
A host of other ports just compiled without issue (eg apache) but gcc8 fails with this:
configure:3506: checking for C compiler default output file name
configure:3528: /usr/ports/lang/gcc8/work/.build/./gcc/xgcc -B/usr/ports/lang/gcc8/work/.build/./gcc/ -B/usr/local/x86_64-portbld-...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.