* config/mcore/tm-mcore.h: Remove file.
[deliverable/binutils-gdb.git] / gdb / PROBLEMS
CommitLineData
e2c9a72c 1
36cc83a3 2 Known problems in GDB 5.2
e2c9a72c 3
36cc83a3 4 See also: http://www.gnu.org/software/gdb/bugs/
e2c9a72c
AC
5
6
6b325864 7hppa2.0-hp-hpux10.20
36cc83a3 8--------------------
6b325864 9
36cc83a3
AC
10gdb/487: The top level make files used to build GDB are not compatible
11with HP/UX make. As a workaround, use GNU make.
6b325864 12
36cc83a3
AC
13gdb/486: The HP/UX C compiler defaults to K&R mode but GDB only builds
14with an ISO C compiler. The top level configuration incorrectly sets
15CC to `cc' instead of `cc -Ae'. As a workaround, the correct compiler
16can be specified as part of the configuration vis:
6b325864 17
36cc83a3 18 $ 'CC=cc -Ae' ./configure
6b325864 19
6b325864 20
0db71247
AC
21s390*-*-*
22---------
23
24gdb/513: GDB does not build on s390 GNU/Linux. The problem should be
25fixed in more recent sources.
26
27
28i386-*-freebsd4.4*
29------------------
30
31gdb/455: GDB doesn't build on a FreeBSD 4.4-STABLE system. The
32problem is still being investigated.
This page took 0.070228 seconds and 4 git commands to generate.