in verbose mode add newline after files are processed
[deliverable/binutils-gdb.git] / config / mh-hp300
CommitLineData
a9cad591
DZ
1# Define SYSV as -DSYSV if you are using a System V operating system.
2SYSV = -DSYSV
0c0e50a4
KR
3# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
4# If it's HP/UX ar, this should be harmless.
5RANLIB = ar ts
a9cad591 6
b438af46
JK
7# Native cc can't bootstrap gcc with -g. Defining CFLAGS here loses (a)
8# for non-gcc directories, (b) if we are compiling with gcc, not
9# native cc. Neither (a) nor (b) has a trivial fix though.
10
11CFLAGS =
12
a9cad591 13# X11
a3e90d97
DZ
14X11_INCLUDE_FLAGS = -I/usr/include/X11R5
15X11_LIB_FLAGS = -L/usr/lib/X11R5
This page took 0.077159 seconds and 4 git commands to generate.