* gdbtypes.c (build_gdbtypes): New function.
[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
effc5201
FF
3# Avoid "too much defining" errors from HPUX compiler.
4CC = cc -Wp,-H256000
0c0e50a4
KR
5# If "ar" in $PATH is GNU ar, the symbol table may need rebuilding.
6# If it's HP/UX ar, this should be harmless.
7RANLIB = ar ts
a9cad591 8
b438af46
JK
9# Native cc can't bootstrap gcc with -g. Defining CFLAGS here loses (a)
10# for non-gcc directories, (b) if we are compiling with gcc, not
11# native cc. Neither (a) nor (b) has a trivial fix though.
12
13CFLAGS =
This page took 0.189833 seconds and 4 git commands to generate.