commit | c8e7ddd4c6d0e195fa2f28c534f5c8233547c59e | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <biessmann@corscience.de> | Wed Feb 09 04:10:30 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed May 18 07:56:52 2011 +0200 |
tree | f265b4fcdf59803bb542670a565b9105eee4154e | |
parent | 74cd9777f8dd44fd944a9ac75cfbc24eeb206453 [diff] |
avr32: fix linking This patch fixes following error: ---8<--- avr32-linux-ld: --gc-sections and -r may not be used together --->8--- Since 8aba9dceebb14144e07d19593111ee3a999c37fc all avr32 boards are broken due to linking error as seen above. Signed-off-by: Andreas Bießmann <biessmann@corscience.de>