scripts/rebuild.sh: Fix Darwin remote build. This fix the Darwin remote build in two ways: - Pass the proper target list as a parameter to the remote build script. - Use proper compiler flags to ensure the build targets OS X 10.8. Otherwise, the i386 QEMU build fails at link time, due to missing __stret_sincos().