-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevented the linker from choking on Solaris because of a static libr…
…ary with no symbols
- Loading branch information
Eric Botcazou
committed
Oct 18, 2002
1 parent
e41da40
commit f7dbb9e
Showing
3 changed files
with
12 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
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/* This file contains a dummy symbol that gets unconditionally included | ||
* in liballeg_unsharable.a through a tweak in misc/deplib.sh, in order | ||
* to make sure that the static library contains at least one symbol. | ||
* This is needed for Solaris because the linker chokes when a library | ||
* contains no symbol. | ||
*/ | ||
|
||
int _dummy_symbol; |