-clean-native-tests:
[echo] Making "clean" in
/Users/nathan/harmony/working_classlib/modules/portlib/src/test/native/init/unix
[exec]
/Users/nathan/harmony/working_classlib/deploy/build/make/defines.mk:38:
/Users/nathan/harmony/working_classlib/deploy/build/make/platform/macosx.x86.mk:
No such file or directory
[exec] make: *** No rule to make target
`/Users/nathan/harmony/working_classlib/deploy/build/make/platform/macosx.x86.mk'.
There seems to be a missing make file for the macosx.x86 combination.
When I peek into that directory, there's a macosx.ppc32.mk file. What
do I need to modify add to get the classlib build to support x86?
-Nathan