randall commented on pull request #7786: URL: https://github.com/apache/trafficserver/pull/7786#issuecomment-832981167
my testing consisted of cross-compiling on x86_64 macOS targeting arm64. The environment vars I set along with the host value in testing: ``` CFLAGS='-target arm64-apple-macos'; export CFLAGS CXXFLAGS='-target arm64-apple-macos'; export CXXFLAGS CPPFLAGS="-target arm64-apple-macos -I/opt/arm64/include"; export CPPFLAGS LDFLAGS="-target arm64-apple-macos -L/opt/arm64/lib"; export LDFLAGS AM_LDFLAGS="-Xcompiler -target -Xcompiler arm64-apple-macos"; export AM_LDFLAGS CC=clang; export CC CXX=clang++; export CXX ./configure \ --host=x86_64-apple-darwin ``` (I'm not saying those are required, I just tested with those). This might've addressed some of the issues described in #7754 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
