Changeset 3872 for trunk


Ignore:
Timestamp:
Jun 27, 2014, 4:41:54 PM (11 years ago)
Author:
bird
Message:

temporary watcom shortcut.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libc/math/Makefile.kmk

    • Property svn:keywords set to Id
    r3830 r3872  
    1 # $Id: $
     1# $Id$
    22## @file
    33#
     
    4242    $(PATH_LIBC_SRC)/libc/math/nanl.c \
    4343
     44ifndef CFG_LIBC_USE_WATCOM ## @todo Watcom
    4445libc_libc_math_SOURCES.x86 = \
    4546    $(PATH_LIBC_SRC)/libc/math/386/acosl.s \
     
    6061    $(PATH_LIBC_SRC)/libc/math/386/status.s \
    6162    $(PATH_LIBC_SRC)/libc/math/386/tanhl.s \
    62     $(PATH_LIBC_SRC)/libc/math/386/tanl.s \
     63    $(PATH_LIBC_SRC)/libc/math/386/tanl.s
     64endif
    6365
    6466# configure the variants. */
Note: See TracChangeset for help on using the changeset viewer.