You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
171B

  1. #define BUILDING_GCC_MAJOR 10
  2. #define BUILDING_GCC_MINOR 2
  3. #define BUILDING_GCC_PATCHLEVEL 1
  4. #define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)