author | Doug MacEachern <dougm@hyperic.com> | |
Fri, 10 Apr 2009 21:38:33 +0000 (14:38 -0700) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 11 Apr 2009 07:31:00 +0000 (09:31 +0200) | ||
commit | 068e095e95a481834819a588d9081b4c8608d057 | |
tree | a3368b1ee8d85cc4fc29458d7e54981764bca439 | tree | snapshot |
parent | f3169b788b67f560f28b08eaddf1c45257cb1634 | commit | diff |
Disable disable multi -arch flags to perl.c on OSX Compilation of perl.c fails with:
gcc ... -Wall -Werror -arch i386 -arch ppc -g -pipe -fno-common -DPERL_DARWIN ... -MT perl_la-perl.lo -MD -MP -MF ...
...
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
See Config_heavy.pl:
$archflags = exists($ENV{ARCHFLAGS}) ? $ENV{ARCHFLAGS} : '-arch i386 -arch ppc';
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
gcc ... -Wall -Werror -arch i386 -arch ppc -g -pipe -fno-common -DPERL_DARWIN ... -MT perl_la-perl.lo -MD -MP -MF ...
...
gcc-4.0: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
See Config_heavy.pl:
$archflags = exists($ENV{ARCHFLAGS}) ? $ENV{ARCHFLAGS} : '-arch i386 -arch ppc';
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
configure.in | diff | blob | history |