···214 ./darwin_sleep.patch
215216 # Make DARWIN_XCODE_LOCATOR_COMPILE_COMMAND behave properly by diabling
217- # multi-arch support (I could not get it to work) and using proper /usr/bin
218- # paths that will get fixed below.
0000219 ./xcode_locator.patch
220221 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''
···214 ./darwin_sleep.patch
215216 # Make DARWIN_XCODE_LOCATOR_COMPILE_COMMAND behave properly by diabling
217+ # multi-arch support and using proper /usr/bin paths that will get fixed
218+ # below.
219+ # Also, xcode_locator requires arc support, but it seems pretty difficult
220+ # to provide, so we disable it altogether for xcode_locator. Caveat: this
221+ # leaks memory, but we accept this fact because xcode_locator is only a
222+ # short-lived process used during the build.
223 ./xcode_locator.patch
224225 # On Darwin, the last argument to gcc is coming up as an empty string. i.e: ''