Searched refs:mmcu (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Ddriver-avr.c37 Validate mcu name given with -mmcu option. Compose
40 or core name as supplied by -mmcu=*. When building GCC the path might be
46 const char *mmcu = NULL; local
75 mmcu = AVR_MMCU_DEFAULT;
79 mmcu = argv[1];
84 if (strcmp (mmcu, argv[i]) != 0)
86 error ("specified option %qs more than once", "-mmcu");
93 // Filter out silly -mmcu= arguments like "foo bar".
95 for (const char *s = mmcu; *s; s++)
101 mmcu, "
[all...]
H A Dgenmultilib.awk125 # according -mmcu= options to m_options.
140 option[core] = "mmcu=" core
169 # Some special handling for the default mmcu: Remove a
170 # leading "mmcu=avr2/" in order not to confuse genmultilib.
171 gsub (/^mmcu=avr2\//, "", opts)
172 if (opts != "mmcu=avr2")
/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Ddriver-avr.cc37 Validate mcu name given with -mmcu option. Compose
40 or core name as supplied by -mmcu=*. When building GCC the path might be
46 const char *mmcu = NULL; local
75 mmcu = AVR_MMCU_DEFAULT;
79 mmcu = argv[1];
84 if (strcmp (mmcu, argv[i]) != 0)
86 error ("specified option %qs more than once", "-mmcu");
93 // Filter out silly -mmcu= arguments like "foo bar".
95 for (const char *s = mmcu; *s; s++)
101 mmcu, "
[all...]
H A Dgenmultilib.awk135 # according -mmcu= options to m_options.
153 option[core] = "mmcu=" core
185 # Some special handling for the default mmcu: Remove a
186 # leading "mmcu=avr2/" in order not to confuse genmultilib.
187 gsub (/^mmcu=avr2\//, "", opts)
188 if (opts != "mmcu=avr2")
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A DMakefile.in3263 fdl.texi contrib.texi cppenv.texi cppopts.texi avr-mmcu.texi \
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A DMakefile.in3351 fdl.texi contrib.texi cppenv.texi cppopts.texi avr-mmcu.texi \

Completed in 205 milliseconds