File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ all: libopenlibm.a libopenlibm.$(SHLIB_EXT)
2626libopenlibm.a : $(OBJS )
2727 $(AR ) -rcs libopenlibm.a $(OBJS )
2828libopenlibm.$(SHLIB_EXT ) : $(OBJS )
29- $(FC ) -shared $(OBJS ) $(LDFLAGS ) -Wl,$(SONAME_FLAG ) ,libopenlibm.$(SHLIB_EXT ) .$(VERSION ) -o libopenlibm.$(SHLIB_EXT ) .$(VERSION )
29+ $(CC ) -shared $(OBJS ) $(LDFLAGS ) -Wl,$(SONAME_FLAG ) ,libopenlibm.$(SHLIB_EXT ) .$(VERSION ) -o libopenlibm.$(SHLIB_EXT ) .$(VERSION )
3030 @-ln -sf libopenlibm.$(SHLIB_EXT ) .$(VERSION ) libopenlibm.$(SHLIB_EXT ) .$(word 1,$(VERSION_SPLIT ) ) .$(word 2,$(VERSION_SPLIT ) )
3131 @-ln -sf libopenlibm.$(SHLIB_EXT ) .$(VERSION ) libopenlibm.$(SHLIB_EXT ) .$(word 1,$(VERSION_SPLIT ) )
3232 @-ln -sf libopenlibm.$(SHLIB_EXT ) .$(VERSION ) libopenlibm.$(SHLIB_EXT )
You can’t perform that action at this time.
0 commit comments