What is ARCH on Mac
Kelly O'Hair
kelly.ohair at oracle.com
Fri Mar 9 12:54:40 PST 2012
The test/Makefiles do not share the Defs-*.gmk files that the build makefile do.
They are pretty independent and could easily have this wrong.
Granted the makefiles, product, properties, bundle names, and directory names all suffer from a little ARCH craziness. :^(
-kto
On Mar 9, 2012, at 2:25 AM, Weijun Wang wrote:
> Hi All
>
> I'm quite confused on this. I'm able to build openjdk-8 on my Mac and the build is inside build/macosx-amd64 direcory. The "make sanity" command also shows ARCH=amd64. However, if I go into the test directory and run "make" there, it's trying to test against build/macosx-i586. Then I find out it's because on my system "uname -m" returns i386.
>
> Is there any problem with my system?
>
> Thanks
> Max
More information about the macosx-port-dev
mailing list