+universal oddities
Jeremy Lavergne
jeremy at lavergne.gotdns.org
Tue Sep 6 12:08:09 PDT 2011
Got an issue in port:unbound when built +universal. Suspiciously,
-D_THREAD_SAFE goes away and double data types start showing up (e.g.,
unsigned unsigned).
Any suggestions?
--
Comment(by snc at ...):
This is the normal test:
`configure:16789: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch
x86_64 -g -O2 -flto -D_THREAD_SAFE -I/opt/local/include
-I/opt/local/include conftest.c >&5`
This is the universal test:
`configure:16789: /Developer/usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch
x86_64 -arch i386 -g -O2 -flto -I/opt/local/include -I/opt/local/include
-I/opt/local/include conftest.c >&5`
--
Ticket URL: <https://trac.macports.org/ticket/31137>
More information about the macports-dev
mailing list