Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
5b19e727
Commit
5b19e727
authored
Oct 27, 2009
by
antirez
Browse files
Fix for 'make 32bit'
parent
0bc1b2f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5b19e727
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment