mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 08:30:51 +00:00
Fix for 'make 32bit'
This commit is contained in:
parent
0bc1b2f651
commit
5b19e727c7
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ ifeq ($(uname_S),SunOS)
|
||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W -D__EXTENSIONS__ -D_XPG6
|
||||
CCLINK?= -ldl -lnsl -lsocket -lm
|
||||
else
|
||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W
|
||||
CFLAGS?= -std=c99 -pedantic -O2 -Wall -W $(ARCH)
|
||||
CCLINK?= -lm
|
||||
endif
|
||||
CCOPT= $(CFLAGS) $(CCLINK) $(ARCH)
|
||||
|
Loading…
x
Reference in New Issue
Block a user