0020-iOS-don-t-deploy-xcrun-as-for-Intel-builds-as-this-i.patch 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. From 72013a5b4f565e8fbfe83369a4bfa76d0026fc1a Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
  3. Date: Wed, 5 Feb 2014 15:37:07 +0100
  4. Subject: [PATCH 02/24] iOS: don't deploy xcrun as for Intel builds as this
  5. isn't needed
  6. ---
  7. contrib/src/main.mak | 1 -
  8. extras/package/ios/build.sh | 1 -
  9. 2 files changed, 2 deletions(-)
  10. diff --git a/contrib/src/main.mak b/contrib/src/main.mak
  11. index 8b2a9a5..bb7c87b 100644
  12. --- a/contrib/src/main.mak
  13. +++ b/contrib/src/main.mak
  14. @@ -133,7 +133,6 @@ AS=perl $(abspath ../../extras/tools/build/bin/gas-preprocessor.pl) $(CC)
  15. CCAS=gas-preprocessor.pl $(CC) -c
  16. else
  17. CCAS=$(CC) -c
  18. -AS=xcrun as
  19. endif
  20. AR=xcrun ar
  21. LD=xcrun ld
  22. diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
  23. index ae65a4b..32536ea 100755
  24. --- a/extras/package/ios/build.sh
  25. +++ b/extras/package/ios/build.sh
  26. @@ -184,7 +184,6 @@ if [ "$PLATFORM" = "OS" ]; then
  27. export GASPP_FIX_XCODE5=1
  28. fi
  29. else
  30. - export AS="xcrun as"
  31. export ASCPP="xcrun as"
  32. fi
  33. --
  34. 1.8.3.4 (Apple Git-47)