Skip to content

Commit 4a1fd57

Browse files
jmalakPerditionC
authored andcommitted
libm.lib: The i4m module from OW-CRTL is no longer used
now FreeDOS own implementation is used this module is removed from the library to prevent misuse of this module
1 parent 7a5af34 commit 4a1fd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkfiles/watcom.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ CLIB=$(COMPILERPATH)\lib286\dos\clibm.lib
3434
# we use our own ones, which override these ones when linking.
3535
#
3636

37-
MATH_EXTRACT=*i4m
38-
MATH_INSERT=+i4m
37+
MATH_EXTRACT=
38+
MATH_INSERT=
3939

4040

4141
#

0 commit comments

Comments
 (0)