]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-build/m68k-m5235bcc/gdb/gdb-m68k-bdm-elf.cfg
Minimal build support for M5235BCC board
[rtems-devel.git] / rtems-build / m68k-m5235bcc / gdb / gdb-m68k-bdm-elf.cfg
1 #!/bin/bash
2
3 export CFLAGS="-I /opt/m68k-rtems4.7/include"
4 export LDFLAGS="-L /opt/m68k-rtems4.7/lib"
5
6 ../../../gdb/configure \
7         --target=m68k-bdm-elf \
8         --prefix=/opt/m68k-rtems4.7
9
10 # Usage: configure [options] [host]
11 # Options: [defaults in brackets after descriptions]
12 # Configuration:
13 #   --cache-file=FILE       cache test results in FILE
14 #   --help                  print this message
15 #   --no-create             do not create output files
16 #   --quiet, --silent       do not print `checking...' messages
17 #   --site-file=FILE        use FILE as the site file
18 #   --version               print the version of autoconf that created configure
19 # Directory and file names:
20 #   --prefix=PREFIX         install architecture-independent files in PREFIX
21 #                           [/usr/local]
22 #   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
23 #                           [same as prefix]
24 #   --bindir=DIR            user executables in DIR [EPREFIX/bin]
25 #   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
26 #   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
27 #   --datadir=DIR           read-only architecture-independent data in DIR
28 #                           [PREFIX/share]
29 #   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
30 #   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
31 #                           [PREFIX/com]
32 #   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
33 #   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
34 #   --includedir=DIR        C header files in DIR [PREFIX/include]
35 #   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
36 #   --infodir=DIR           info documentation in DIR [PREFIX/info]
37 #   --mandir=DIR            man documentation in DIR [PREFIX/man]
38 #   --srcdir=DIR            find the sources in DIR [configure dir or ..]
39 #   --program-prefix=PREFIX prepend PREFIX to installed program names
40 #   --program-suffix=SUFFIX append SUFFIX to installed program names
41 #   --program-transform-name=PROGRAM
42 #                           run sed PROGRAM on installed program names
43 # Host type:
44 #   --build=BUILD           configure for building on BUILD [BUILD=HOST]
45 #   --host=HOST             configure for HOST [guessed]
46 #   --target=TARGET         configure for TARGET [TARGET=HOST]
47 # Features and packages:
48 #   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
49 #   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
50 #   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
51 #   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
52 #   --x-includes=DIR        X include files are in DIR
53 #   --x-libraries=DIR       X library files are in DIR
54 # --enable and --with options recognized:
55 #   --enable-maintainer-mode enable make rules and dependencies not useful
56 #                           (and sometimes confusing) to the casual installer
57 #   --disable-nls           do not use Native Language Support
58 #   --with-included-gettext use the GNU gettext library included here
59 #   --with-separate-debug-dir=path   Look for global separate debug info in this path [LIBDIR/debug]
60 #   --disable-gdbcli        disable command-line interface (CLI)
61 #   --disable-gdbmi         disable machine-interface (MI)
62 #   --enable-tui            enable full-screen terminal user interface (TUI)
63 #   --enable-gdbtk          enable gdbtk graphical user interface (GUI)
64 #   --with-libunwind            Use libunwind frame unwinding support
65 #   --enable-profiling      enable profiling of GDB
66 #   --without-included-regex don't use included regex; this is the default
67 #                           on systems with version 2 of the GNU C library
68 #                           (use with caution on other system)
69 #   --with-sysroot[=DIR] Search for usr/lib et al within DIR.
70 #   --enable-build-warnings Enable build-time compiler warnings if gcc is used
71 #   --enable-gdb-build-warnings Enable GDB specific build-time compiler warnings if gcc is used
72 #   --with-tclconfig=DIR    Directory containing tcl configuration (tclConfig.sh)
73 #   --with-tkconfig=DIR     Directory containing tk configuration (tkConfig.sh)
74 #   --with-tclinclude=DIR   Directory where tcl private headers are
75 #   --with-tkinclude=DIR    Directory where tk private headers are
76 #   --with-itclconfig       Directory containing itcl configuration (itclConfig.sh)
77 #   --with-itkconfig        Directory containing itk configuration (itkConfig.sh)
78 #   --with-x                use the X Window System
79 #   --enable-sim            Link gdb with simulator
80 #   --enable-multi-ice      build the multi-ice-gdb-server
81 #   --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib
82