q
FossilOrigin-Name: c25e7ea870f2255df7788a0efa6fa392408aa6c1204f2b1f0211c0b17f5d97cd
This commit is contained in:
parent
7a98b8eed8
commit
555f4fbb88
@ -13,8 +13,8 @@ GNUTLS_VERSION=3.3.9
|
||||
USE_CONTRIB_GNUTLS=0
|
||||
|
||||
# Compiler to use
|
||||
CC=clang
|
||||
#CC=gcc
|
||||
#CC=clang
|
||||
CC=gcc
|
||||
#CC=mips-openwrt-linux-uclibc-gcc
|
||||
#LD=mips-openwrt-linux-uclibc-ld
|
||||
#AR=mips-openwrt-linux-uclibc-ar
|
||||
|
@ -46,7 +46,7 @@ typedef const struct mbag_typedef * mbagtype_t;
|
||||
struct mbag_item{
|
||||
union {
|
||||
uint32_t id;
|
||||
char *name;
|
||||
const char *name;
|
||||
};
|
||||
const struct mbag_typedef * type;
|
||||
union {
|
||||
|
Loading…
Reference in New Issue
Block a user