Bug ID | 1233520 |
---|---|
Summary | avr-ld: warning: -z relro ignored |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | screening-team-bugs@suse.de |
Reporter | jslaby@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
I am not sure if I do something wrong, but if I run avr-gcc -> avr-ld on anything, I get: $ avr-gcc -x c /dev/null -o /dev/null /usr/lib64/gcc/avr/14/ld: warning: -z relro ignored More real example: $ avr-ld -o avr avr.c.o -mavr5 avr-ld: warning: -z relro ignored It's likely turned on for avr internally which is a bug.