projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d8d25
)
ensure that musl is compiled as C99 code & XSI option is available in headers
author
Rich Felker
<dalias@aerifal.cx>
Sun, 13 Feb 2011 21:48:39 +0000
(16:48 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 13 Feb 2011 21:48:39 +0000
(16:48 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e4235cb53381ffe3c9b52439bd27642e97c4eb8f..e9dbdf7fcdb2fc5ee67e4eb0c2d1a1cba30cdb7f 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
OBJS = $(SRCS:.c=.o)
LOBJS = $(OBJS:.o=.lo)
GENH = include/bits/alltypes.h
-CFLAGS = -Os -nostdinc -ffreestanding -pipe
+CFLAGS = -Os -nostdinc -ffreestanding -
std=c99 -D_XOPEN_SOURCE=700 -
pipe
LDFLAGS = -nostdlib -shared -Wl,-Bsymbolic
INC = -I./include -I./src/internal
PIC = -fPIC