Strip all -arch flags from Perl and Ruby
commit51619aac338949daa7d6381c7ae750a8f889259e
authorBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 30 Sep 2009 08:19:06 +0000 (30 10:19 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Wed, 30 Sep 2009 12:31:43 +0000 (30 14:31 +0200)
tree57b68d3c382faa9f52bbd2cfe6026039471ac549
parent724d0a08024d787c5a03472b68ba54fd1bd8caee
Strip all -arch flags from Perl and Ruby

The system provided Perl and Ruby libraries adds -arch flags since they
were built as universal binaries.  This causes Vim to build with these
flags which is undesirable (the default should be to only build for the
native architecture).  The solution is to strip any -arch flags from
Perl and Ruby.

A universal binary can be built by using the --with-archs configure
flag.
src/configure
src/configure.in