There was an error while loading. Please reload this page.
1 parent 997468e commit 317bd66Copy full SHA for 317bd66
1 file changed
tools/gcc-wrapper/main.c
@@ -99,7 +99,7 @@ static const char GCC_OPT_L_ATOMIC[] = "-latomic";
99
static const char GCC_OPT_L_GOMP[] = "-lgomp";
100
static const char GCC_OPT_L_ITM[] = "-litm";
101
static const char GCC_OPT_L_QUADMATH[] = "-lquadmath";
102
-static const char GCC_OPT_L_MATH[] = "-lmath";
+static const char GCC_OPT_L_MATH[] = "-lm";
103
static const char GCC_OPT_XLINKER[] = "-Xlinker";
104
static const char GCC_OPT_WL[] = "-Wl,";
105
static const char GCC_OPT_F_FAT_LTO_OBJECTS[] = "-ffat-lto-objects";
0 commit comments