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.
|
- #define BUILDING_GCC_MAJOR 10
- #define BUILDING_GCC_MINOR 2
- #define BUILDING_GCC_PATCHLEVEL 1
- #define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)
|