Skip to content

Commit

Permalink
Change MACH_TYPE value to 'ARM32' for NaCl
Browse files Browse the repository at this point in the history
* include/private/gcconfig.h [ARM32 && NACL] (MACH_TYPE): Set to
"ARM32" (instead of "NACL").
  • Loading branch information
ivmai committed Oct 18, 2024
1 parent 01d10a2 commit c826de6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/private/gcconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2074,11 +2074,7 @@ extern void *__stack_base__;
#endif /* AARCH64 */

#ifdef ARM32
# ifdef NACL
# define MACH_TYPE "NACL"
# else
# define MACH_TYPE "ARM32"
# endif
# define MACH_TYPE "ARM32"
# define CPP_WORDSZ 32
# ifdef LINUX
# if GC_GLIBC_PREREQ(2, 0) || defined(HOST_ANDROID)
Expand Down

0 comments on commit c826de6

Please sign in to comment.