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
gcc/jit/ChangeLog: * 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/trunk@226882 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
dmalcolm
committed
Aug 14, 2015
1 parent
f7d93d6
commit 2d511d1
Showing
2 changed files
with
14 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,8 @@ | ||
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-08-03 David Malcolm <[email protected]> | ||
|
||
* docs/topics/compatibility.rst (LIBGCCJIT_ABI_4): New. | ||
|
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