OSDN Git Service

Allow specifying an explicit list of architectures to build for, e.g.:
authorChris Lattner <sabre@nondot.org>
Thu, 29 Jun 2006 19:38:04 +0000 (19:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Jun 2006 19:38:04 +0000 (19:38 +0000)
commit7dabf399b95aad4056985eac346451e134de9ebe
treead58af0a8b6d5d6277b180051b76169269f6eac8
parent775ff18257617da283237b3fe2480f0d8a249ac7
Allow specifying an explicit list of architectures to build for, e.g.:
make ENABLE_OPTIMIZED=1 UNIVERSAL=1 UNIVERSAL_ARCH="i386 ppc ppc64"

retain the default of building for just i386/ppc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28985 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules