Changes in uspace/lib/c/Makefile [1edd6d0:a4e78743] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/Makefile

    r1edd6d0 ra4e78743  
    3434
    3535EXTRA_OUTPUT = $(START_FILES)
    36 EXTRA_CFLAGS += -fno-builtin
     36EXTRA_CFLAGS += -fno-builtin -D_LIBC_SOURCE
    3737LIBRARY = libc
    3838SOVERSION = 0.0
     
    5353        generic/context.c \
    5454        generic/corecfg.c \
     55        generic/ctype.c \
    5556        generic/devman.c \
    5657        generic/device/hw_res.c \
     
    165166        generic/assert.c \
    166167        generic/bsearch.c \
     168        generic/pci.c \
    167169        generic/pio_trace.c \
    168170        generic/qsort.c \
     
    188190TEST_SOURCES = \
    189191        test/adt/circ_buf.c \
     192        test/adt/odict.c \
     193        test/cap.c \
     194        test/casting.c \
     195        test/double_to_str.c \
    190196        test/fibril/timer.c \
     197        test/getopt.c \
     198        test/gsort.c \
     199        test/ieee_double.c \
     200        test/imath.c \
     201        test/inttypes.c \
     202        test/io/table.c \
    191203        test/main.c \
    192204        test/mem.c \
    193         test/inttypes.c \
    194         test/io/table.c \
    195         test/stdio/scanf.c \
    196         test/odict.c \
     205        test/perf.c \
    197206        test/perm.c \
    198207        test/qsort.c \
    199208        test/sprintf.c \
     209        test/stdio/scanf.c \
    200210        test/stdio.c \
    201211        test/stdlib.c \
    202212        test/str.c \
    203         test/string.c
     213        test/string.c \
     214        test/strtol.c \
     215        test/uuid.c
    204216
    205217include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.