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

/haiku-buildtools/gcc/gcc/config/
H A Ddarwin-driver.c38 int major_vers; local
57 major_vers = osversion[0] - '0';
60 major_vers = major_vers * 10 + (*version_p++ - '0');
73 if (major_vers - 4 <= 4)
76 asprintf (&new_flag, "10.%d", major_vers - 4);
78 asprintf (&new_flag, "10.%d.%s", major_vers - 4, minor_vers);

Completed in 37 milliseconds