Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcc-toolfile: select correct linker (ld) flags based on architecture #1087

Merged
merged 1 commit into from Oct 6, 2014

Conversation

davidlt
Copy link
Contributor

@davidlt davidlt commented Oct 6, 2014

Darwin/OSX only needs '-r' for incremental linking. '-m' is deprecated.
'-z muldefs' only needs to be applied on GNU linkers, not for Darwin/OSX.

Signed-off-by: David Abdurachmanov David.Abdurachmanov@cern.ch

Darwin/OSX only needs '-r' for incremental linking. '-m' is deprecated.
'-z muldefs' only needs to be applied on GNU linkers, not for Darwin/OSX.

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
davidlt added a commit that referenced this pull request Oct 6, 2014
gcc-toolfile: select correct linker (ld) flags based on architecture
@davidlt davidlt merged commit 517064e into cms-sw:IB/CMSSW_7_3_X/stable Oct 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant