cp-demangle - fix tcc build ##build

This commit is contained in:
eagleoflqj 2020-11-26 23:25:47 +00:00 committed by Anton Kochkov
parent 0dcac185dc
commit facdda17e3
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ include ../config.mk
include ../../global.mk
NAME=r_bin
R2DEPS=r_util r_io r_socket r_magic r_hash r_syscall r_cons
R2DEPS=r_util r_io r_socket r_magic r_hash r_syscall r_cons r_crypto
.PHONY: pre

View File

@ -115,7 +115,7 @@
# include <alloca.h>
#else
# ifndef alloca
# ifdef __GNUC__
# if defined(__GNUC__) || defined(__TINYC__)
# define alloca __builtin_alloca
# else
extern char *alloca ();

View File

@ -1,5 +1,5 @@
NAME=r_fs
R2DEPS=r_util r_io r_socket
R2DEPS=r_util r_io r_socket r_hash r_cons r_crypto
CFLAGS+=-DR2_PLUGIN_INCORE -Iarch/include -Iarch
SHLR=../../shlr/