]> Kevux Git Server - fll/commit
Bugfix: fix order of library linkage
authorKevin Day <thekevinday@gmail.com>
Fri, 9 Jan 2015 00:51:57 +0000 (18:51 -0600)
committerKevin Day <thekevinday@gmail.com>
Fri, 9 Jan 2015 00:51:57 +0000 (18:51 -0600)
commit67ff91b073cb0da8cc81122abf432a3ef4d051bd
tree6b138b5e82f16a5808de52dc8a6578340b5343fd
parentebec215a325ccd7926c6a393959bc35ec1c2c258
Bugfix: fix order of library linkage

The ar command is sensitive to the order in which libraries are added.
Prior to this change, building a static library could have dependencies used before they are defined due to the order in which libraries were added.
Change the order so that libraries are to the right of their dependencies in the command line argument order.
level_3/fss_basic_list_read/data/build/settings
level_3/fss_basic_list_write/data/build/settings
level_3/fss_basic_read/data/build/settings
level_3/fss_basic_write/data/build/settings
level_3/fss_extended_read/data/build/settings
level_3/fss_extended_write/data/build/settings
level_3/fss_return_code/data/build/settings
level_3/return_code/data/build/settings