Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS).
Makeworld will add -static in the correct place if needed and possible. Self-hosted builds can just use the system default. Fixed some nearby style bugs (code unrelated to its comment, and comment formatting).
This commit is contained in:
parent
487fc28686
commit
c561816b66
@ -7,16 +7,19 @@
|
||||
# SRCS to get dependencies.
|
||||
#
|
||||
|
||||
#
|
||||
# ../Makefile.inc will put an absolute path to our objdir in CFLAGS.
|
||||
# Prevent mkdep from using it, so that we don't have to give rules for
|
||||
# aliases of generated headers.
|
||||
|
||||
CFLAGS+= -I. -static -DGENERATOR_FILE
|
||||
#
|
||||
CFLAGS+= -I.
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
||||
.PATH: ${GCCDIR}
|
||||
|
||||
CFLAGS+= -DGENERATOR_FILE
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# insn-* gunk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user