HomeSort by: relevance | last modified time | path
    Searched defs: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...]
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...]
  /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...]
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...]

Completed in 28 milliseconds