mirrored from git://gcc.gnu.org/git/gcc.git
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jit: on OS X, add -Wl,-undefined,dynamic_lookup to driver invocation
2015-08-13 David Malcolm <[email protected]> Backport from mainline r226882 2015-08-13 David Malcolm <[email protected]> * jit-playback.c (invoke_driver): On OS X, add "-Wl,-undefined,dynamic_lookup" to the driver arguments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-5-branch@226883 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
dmalcolm
committed
Aug 14, 2015
1 parent
a4b1d25
commit 2f88614
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2015-08-13 David Malcolm <[email protected]> | ||
|
||
Backport from mainline r226882 | ||
2015-08-13 David Malcolm <[email protected]> | ||
|
||
* jit-playback.c (invoke_driver): On OS X, add | ||
"-Wl,-undefined,dynamic_lookup" to the driver arguments. | ||
|
||
2015-07-23 David Malcolm <[email protected]> | ||
|
||
Backport from mainline r226126 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters