sroeper commented on issue #3467:
URL: https://github.com/apache/netbeans/issues/3467#issuecomment-1741428930

   @neilcsmith-net Yes, it's enough to have a x86_64 runner and cross compile 
the binaries. There is no need for a M1/M2/Mwhatever.
   
   The only change you have to do is to call clang with the -arch option.
   For x86_64 call with -arch x86_64
   For arm64 call with -arch arm64
   
   To build something which includes both (i.e. universal library/executable) 
call with -arch  x86_64 -arch arm64
   
   Works the same on a M1/M2


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to