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:
d367519
)
search internal headers first
author
Rich Felker
<dalias@aerifal.cx>
Thu, 1 Mar 2012 05:21:20 +0000
(
00:21
-0500)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 1 Mar 2012 05:21:20 +0000
(
00:21
-0500)
this is necessitated by the ugly <syscall.h> just added
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 15ab4fc4309f41983a01af0d7fb71648db1c3913..7aa6c4f3053584e08880e1c895556cf07bb6edbd 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,7
+23,7
@@
GENH = include/bits/alltypes.h
CFLAGS = -Os -nostdinc -ffreestanding -std=c99 -D_XOPEN_SOURCE=700 -pipe
LDFLAGS = -nostdlib -shared -fPIC -Wl,-e,_start -Wl,-Bsymbolic-functions
-INC = -I./
include -I./src/internal
-I./arch/$(ARCH)
+INC = -I./
src/internal -I./include
-I./arch/$(ARCH)
PIC = -fPIC -O3
AR = $(CROSS_COMPILE)ar
RANLIB = $(CROSS_COMPILE)ranlib