HomeSort by: relevance | last modified time | path
    Searched refs:mmcu (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/avr/
driver-avr.cc 37 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, "-mmcu=", *s)
    [all...]
genmultilib.awk 135 # 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")
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
driver-avr.cc 37 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, "-mmcu=", *s)
    [all...]
genmultilib.awk 135 # 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")

Completed in 28 milliseconds