https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93182
--- Comment #1 from Georg-Johann Lay <gjl at gcc dot gnu.org> --- Author: gjl Date: Wed Jan 8 09:41:59 2020 New Revision: 279995 URL: https://gcc.gnu.org/viewcvs?rev=279995&root=gcc&view=rev Log: gcc/ Add -nodevicespecs option for avr. PR target/93182 * config/avr/avr.opt (-nodevicespecs): New driver option. * config/avr/driver-avr.c (avr_devicespecs_file): Only issue "-specs=device-specs/..." if that option is not set. * doc/invoke.texi (AVR Options) <-nodevicespecs>: Document. Modified: trunk/gcc/ChangeLog trunk/gcc/config/avr/avr.opt trunk/gcc/config/avr/driver-avr.c