Add -Wl,-z,defs to GCCOPTS
commitd6837daf69ece4f532084c5256581f366c36cd27
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sat, 3 Jul 2010 18:37:14 +0000 (3 18:37 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sat, 3 Jul 2010 18:37:14 +0000 (3 18:37 +0000)
tree279ac52a8807bf9792c67d6946dcd9f25c060e18
parentfe34858303147d3888dc94305e6e01370ae6856d
Add -Wl,-z,defs to GCCOPTS

Running the linker with -z defs will error out if a shared library (such as a simulator codec/plugin) uses an undefined symbol

Replace a bunch of sed s,XX,YY, by s<XX<YY< because GCCOPTS will contain the ","
I chosed "<" because it's a weird character to be found in a PATH/option, but any character which wouldn't be present in XX or YY would do

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27256 a1c6a512-1295-4272-9138-f99709370657
tools/configure