* mh-hp300: Revert yesterday's change, but add comment explaining.
This commit is contained in:
parent
a087ce7137
commit
b438af4694
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
SYSV = -DSYSV
|
||||
RANLIB = true
|
||||
|
||||
# Native cc can't bootstrap gcc with -g. Defining CFLAGS here loses (a)
|
||||
# for non-gcc directories, (b) if we are compiling with gcc, not
|
||||
# native cc. Neither (a) nor (b) has a trivial fix though.
|
||||
|
||||
CFLAGS =
|
||||
|
||||
# X11
|
||||
X11_INCLUDE_FLAGS = -I/usr/include/X11R5
|
||||
X11_LIB_FLAGS = -L/usr/lib/X11R5
|
||||
|
|
Loading…
Reference in a new issue