• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ARCHS_i386 not working
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ARCHS_i386 not working


  • Subject: Re: ARCHS_i386 not working
  • From: Chris Espinosa <email@hidden>
  • Date: Wed, 11 Oct 2006 09:39:29 -0700


On Oct 11, 2006, at 9:15 AM, William H. Schultz wrote:

Setting ARCHS = $(CURRENT_ARCH) ppc causes ppc to be built twice on ppc machines.   I used this for a while to force the Intel to build a universal binary, but it had the side effect of causing the ppc code to build twice on ppc machines.

Setting ARCHS to $(CURRENT_ARCH) is nonsensical.  During a build, Xcode iterates over all the architectures in the list of ARCHS, setting CURRENT_ARCH to each one in turn, if that architecture is in VALID_ARCHS.  So setting ARCHS to $(CURRENT_ARCH) is cyclical.

I still don't understand why you don't just set ARCHS to one value in one configuration for your desktop build and a different value in a different configuration for your release build?

Chris

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: ARCHS_i386 not working
      • From: "William H. Schultz" <email@hidden>
References: 
 >Re: ARCHS_i386 not working (From: Walter <email@hidden>)
 >Re: ARCHS_i386 not working (From: Rua Haszard Morris <email@hidden>)
 >Re: ARCHS_i386 not working (From: "William H. Schultz" <email@hidden>)

  • Prev by Date: Re: ARCHS_i386 not working
  • Next by Date: Memory watchpoints
  • Previous by thread: Re: ARCHS_i386 not working
  • Next by thread: Re: ARCHS_i386 not working
  • Index(es):
    • Date
    • Thread