From: Apple Date: Fri, 18 Dec 2020 07:19:05 +0000 (+0000) Subject: libpthread-454.60.1.tar.gz X-Git-Tag: v454.60.1^0 X-Git-Url: https://git.saurik.com/apple/libpthread.git/commitdiff_plain/4d9153646b79616988baf143c3597b37a778e989 libpthread-454.60.1.tar.gz --- diff --git a/xcodescripts/pthread.xcconfig b/xcodescripts/pthread.xcconfig index e5ca03d..897c54b 100644 --- a/xcodescripts/pthread.xcconfig +++ b/xcodescripts/pthread.xcconfig @@ -83,6 +83,8 @@ LINK_WITH_STANDARD_LIBRARIES = NO DYLIB_CURRENT_VERSION = $(RC_ProjectSourceVersion) DYLIB_COMPATIBILITY_VERSION = 1 DIRTY_LDFLAGS = -Wl,-dirty_data_list,$(SRCROOT)/xcodescripts/pthread.dirty +// i386 Simulator shared-cache cannot handle __data_dirty +DIRTY_LDFLAGS[sdk=macos*][arch=i386] = LEGACY_ALIAS_LDFLAGS = LEGACY_ALIAS_LDFLAGS[sdk=macos*][arch=i386*] = -Wl,-alias_list,$(SRCROOT)/xcodescripts/pthread-i386.aliases