Replaced _aligned_malloc by the POSIX compatible function posix_memalign
(Greg King). git-svn-id: svn://svn.cc65.org/cc65/trunk@3537 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -41,7 +41,6 @@ CFLAGS = -Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
||||
|
||||
# From C source-files
|
||||
C_OBJS = _afailed.o \
|
||||
_aligned_malloc.o \
|
||||
_hextab.o \
|
||||
_poserror.o \
|
||||
_scanf.o \
|
||||
@@ -66,6 +65,7 @@ C_OBJS = _afailed.o \
|
||||
localtime.o \
|
||||
mktime.o \
|
||||
perror.o \
|
||||
pmemalign.o \
|
||||
puts.o \
|
||||
qsort.o \
|
||||
realloc.o \
|
||||
|
||||
Reference in New Issue
Block a user