Different AVR devices have different data regions. Current clang
driver emits a default '-Tdata' option to the linker. This way
works fine if there is no user specified linker script, but it
will make conflicts if there is one.
A better solution for deciding the default data region in the
default linker script of gnu avr-ld is emiting
--defsym=__DATA_REGION_ORIGIN__=... instead.