X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5f1254882f242514d4ceaf1ecebb140dcc2a511d..507116e319a1470bb0a5040d4d23e5c76955ef97:/Platforms/macosx/Makefile.inc diff --git a/Platforms/macosx/Makefile.inc b/Platforms/macosx/Makefile.inc index f48843d..b73ae87 100644 --- a/Platforms/macosx/Makefile.inc +++ b/Platforms/macosx/Makefile.inc @@ -17,12 +17,6 @@ FEATURE_LEGACY_UTMP_APIS = 1 # OSThermalNotification APIs FEATURE_THERM_NOTIFICATION_APIS = 1 -# Move localtime to /var/db/timezone -#FEATURE_MOVE_LOCALTIME = 1 - -# Use TZDIR symlink in /var/db -#FEATURE_TZDIR_SYMLINK = 1 - # No pre-1050 variants (should match sys/cdefs.h) #FEATURE_ONLY_1050_VARIANTS = 1 @@ -51,3 +45,6 @@ FEATURE_XPRINTF_PERF = 1 # Disable registration of specific signals () # FEATURE_SIGNAL_RESTRICTION = 0 + +# Enable 32-bit compilation in unistd.h () +# FEATURE_POSIX_ILP32_ALLOW = 0