Details
-
Bug
-
Resolution: Fixed
-
P2
-
8
-
None
-
b81
-
os_x
-
Not verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8017645 | 7u45 | Erik Joelsson | P2 | Closed | Fixed | b01 |
JDK-8009852 | 7u40 | Erik Joelsson | P2 | Resolved | Fixed | b16 |
JDK-8009440 | hs25 | Erik Joelsson | P2 | Closed | Fixed | b22 |
Description
In JDK-8005879 we thought we solved the problem of building on macosx 10.8 and getting binaries compatible with 10.7. But when actually testing it, it didn't work. It seems we must also specify -mmacosx-version-min=10.7 on the compiler and link lines to get compatible binaries. This has been verified to work.
Attachments
Issue Links
- backported by
-
JDK-8009852 Make mac builds on 10.8 work on 10.7
- Resolved
-
JDK-8009440 Make mac builds on 10.8 work on 10.7
- Closed
-
JDK-8017645 Make mac builds on 10.8 work on 10.7
- Closed
- relates to
-
JDK-8005879 Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac
- Closed