Changeset 238
- Timestamp:
- May 26, 2003, 5:43:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/math/math.smak
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r237 r238 10 10 sinl.o sinhl.o sqrtl.o tanl.o tanhl.o truncl.o) 11 11 12 $(call .MVER,math/386/%f.o): src/lib/math/386/%.s 12 # bird: this doesn't work any better now. sorry. :/ 13 #$(call .MVER,math/386/%f.o): src/lib/math/386/%.s 14 # $(call DO.COMPILE.s, -DFLOAT) 15 #$(call .MVER,math/386/%l.o): src/lib/math/386/%.s 16 # $(call DO.COMPILE.s, -DLONG_DOUBLE) 17 18 $.aout-prof/src/lib/math/386/%f.o: src/lib/math/386/%.s 13 19 $(call DO.COMPILE.s, -DFLOAT) 14 $ (call .MVER,math/386/%l.o): src/lib/math/386/%.s20 $.aout-prof/src/lib/math/386/%l.o: src/lib/math/386/%.s 15 21 $(call DO.COMPILE.s, -DLONG_DOUBLE) 22 23 $.aout/src/lib/math/386/%f.o: src/lib/math/386/%.s 24 $(call DO.COMPILE.s, -DFLOAT) 25 $.aout/src/lib/math/386/%l.o: src/lib/math/386/%.s 26 $(call DO.COMPILE.s, -DLONG_DOUBLE) 27 28 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.