-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link subproject object files directly.
Instead of merging all subproject object files into subproject.o, we now create subproject.txt containing a list of all object files, and use these directly in SUBPROJECT_OBJ_FILES.
- Loading branch information
Showing
4 changed files
with
18 additions
and
3 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,16 @@ | ||
2021-01-29 Frederik Seiffert <[email protected]> | ||
|
||
* Instance/rules.make: | ||
* Instance/subproject.make: | ||
* common.make: | ||
Link subproject object files directly. Instead of merging all | ||
subproject object files into subproject.o, we now create | ||
subproject.txt containing a list of all object files, and use these | ||
directly in SUBPROJECT_OBJ_FILES. | ||
This enables building on platforms like Windows MSVC where `ld -r` is | ||
not supported, and generally avoids issues with incremental linking | ||
that have historically existed in some linker versions. | ||
|
||
2021-01-18 Fred Kiefer <[email protected]> | ||
|
||
* Documentation/news.texi: Update for upcoming release. | ||
|
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