Changeset 238


Ignore:
Timestamp:
May 26, 2003, 5:43:55 PM (22 years ago)
Author:
bird
Message:

Reverted back to my fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/math/math.smak

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r237 r238  
    1010  sinl.o sinhl.o sqrtl.o tanl.o tanhl.o truncl.o)
    1111
    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
    1319        $(call DO.COMPILE.s, -DFLOAT)
    14 $(call .MVER,math/386/%l.o): src/lib/math/386/%.s
     20$.aout-prof/src/lib/math/386/%l.o: src/lib/math/386/%.s
    1521        $(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       
Note: See TracChangeset for help on using the changeset viewer.