Polina Dudnik wrote: > Hi Ali, > > Thank you for such a quick reply. My goal is to introduce changes to libc and > rebuild it. So, as soon as I can rebuild libc, I will stop building > OpenSolaris. > > With this being my goal, would you say it is OK the NODYNSORT keywords? > > I found out that > nodynsort > Disables dynamic link section sorting > > I am not entirely sure what that means, so I can't really tell how bad it > would be to remove that keyword. > > Thank you very much. > > Polina > > > This message posted from opensolaris.org > _______________________________________________ > tools-linking mailing list > tools-linking at opensolaris.org
You can remove those keywords, the resulting objects will be be OK to use. I can't promise that you won't hit other similar issues. For example, the change to direct bindings for OSnet in build 83: http://opensolaris.org/os/community/on/flag-days/pages/2008012402/ coupled with the elimination of libc synonyms in build 92: http://opensolaris.org/os/community/on/flag-days/pages/2008060601/ may well trip you up. You should probably should read all the heads up messages from snv_33 to now before you go down this path. - Ali