Closed
Description
I'm using MACOSX_DEPLOYMENT_TARGET=10.7
and -Wl,-macosx_version_min,10.7
in my Rust application. In current nightlies this no longer works and I see a bunch of messages like:
ld: warning: object file (target/dist/x86_64-darwin/objs/absvdi2.o) was built for newer OSX version (10.12) than being linked (10.7)
and
ld: warning: linker symbol '$ld$hide$os10.4$___absvdi2' hides a non-existent symbol '___absvdi2'
The last good nightly was 2017-02-13. It was suggested that this may be due to a shift to a build system.
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
alexcrichton commentedon Mar 14, 2017
This was also flagged by Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1337955
Rollup merge of rust-lang#40482 - wagenet:fix-old-macos, r=alexcrichton
Rollup merge of rust-lang#40482 - wagenet:fix-old-macos, r=alexcrichton
Rollup merge of rust-lang#40482 - wagenet:fix-old-macos, r=alexcrichton
Rollup merge of rust-lang#40482 - wagenet:fix-old-macos, r=alexcrichton
Rollup merge of rust-lang#40482 - wagenet:fix-old-macos, r=alexcrichton
Rollup merge of rust-lang#40482 - wagenet:fix-old-macos, r=alexcrichton
Auto merge of #40482 - wagenet:fix-old-macos, r=alexcrichton