Changeset 8a5a902 in mainline for kernel/Makefile


Ignore:
Timestamp:
2013-03-29T16:26:39Z (12 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0ca441c
Parents:
2d1195c0
Message:

GCC 4.8 recognizes parts of our C implementation of memset() and memcpy() and actually emits a call to memset() and memcpy()
(which is of course futile and only causes an infinite recursion)
switch to a hand-written memset() and memcpy()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r2d1195c0 r8a5a902  
    228228        generic/src/lib/func.c \
    229229        generic/src/lib/memstr.c \
    230         generic/src/lib/memfnc.c \
    231230        generic/src/lib/sort.c \
    232231        generic/src/lib/str.c \
Note: See TracChangeset for help on using the changeset viewer.