commit | ae15b54fcbd2aa7694df9a5dcaabb2e8b1b82a10 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Dec 12 17:43:32 2014 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Fri Dec 12 17:43:32 2014 +0100 |
tree | c77df88ce9c8549166329b43a8de2467f5d9083c | |
parent | 4e21df1de3db1b0bc8a12bfe37e1710001583a3e [diff] |
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().