forked from LuaJIT/LuaJIT
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSX/iOS: Always generate 64 bit non-FAT Mach-O object files.
Reported by Sergey Bronnikov. (cherry picked from commit 7110b93) Previously, LuaJIT generated Mach-O FAT object files for ARM and ARM64 on macOS. The patch removes support of 32-bit Mach-O object files and FAT (Universal Binary) object files for OSX and now LuaJIT generate only 64-bit Mach-O object files. Sergey Bronnikov: * added the description and the trimmed the test for the problem Part of tarantool/tarantool#10199
- Loading branch information
Showing
2 changed files
with
129 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.