Skip to content

Commit 317bd66

Browse files
committed
Correct incorrect math library name
1 parent 997468e commit 317bd66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/gcc-wrapper/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static const char GCC_OPT_L_ATOMIC[] = "-latomic";
9999
static const char GCC_OPT_L_GOMP[] = "-lgomp";
100100
static const char GCC_OPT_L_ITM[] = "-litm";
101101
static const char GCC_OPT_L_QUADMATH[] = "-lquadmath";
102-
static const char GCC_OPT_L_MATH[] = "-lmath";
102+
static const char GCC_OPT_L_MATH[] = "-lm";
103103
static const char GCC_OPT_XLINKER[] = "-Xlinker";
104104
static const char GCC_OPT_WL[] = "-Wl,";
105105
static const char GCC_OPT_F_FAT_LTO_OBJECTS[] = "-ffat-lto-objects";

0 commit comments

Comments
 (0)