projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cfe54e
)
Don't use -I- because GCC 4.0 complains.
author
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 21 Dec 2005 22:35:07 +0000
(22:35 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Wed, 21 Dec 2005 22:35:07 +0000
(22:35 +0000)
(Can't use -iquote because GCC 3.x doesn't have it.)
src/Make.config
patch
|
blob
|
history
diff --git
a/src/Make.config
b/src/Make.config
index 910ef121099486fc8dc0377a4f70523f6f128343..b1d480e70ae51453e636057e5b7d556722443825 100644
(file)
--- a/
src/Make.config
+++ b/
src/Make.config
@@
-26,7
+26,7
@@
endif
DEFINES =
WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
CFLAGS = -g -MMD -msoft-float
-CPPFLAGS = -nostdinc -I$(SRCDIR) -I
- -I
$(SRCDIR)/lib
+CPPFLAGS = -nostdinc -I$(SRCDIR) -I$(SRCDIR)/lib
ASFLAGS = -Wa,--gstabs -MMD
LDFLAGS =