]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-build/m68k-m5235bcc/bdm/m68k-bdm.cfg
Minimal build support for M5235BCC board
[rtems-devel.git] / rtems-build / m68k-m5235bcc / bdm / m68k-bdm.cfg
1
2 #!/bin/bash
3
4 ../../../bdm/m68k/configure \
5         --prefix=/opt/m68k-rtems4.7 \
6         --enable-bdmctrl \
7         --with-libbfd=/opt/m68k-rtems4.7/lib/libbfd.a \
8         --with-libiberty=/opt/m68k-rtems4.7/lib/libiberty.a \
9         --with-bfd-include-dir=/opt/m68k-rtems4.7/include \
10         --enable-driver \
11         --enable-ioperm
12
13 # `configure' configures m68k-bdm 1.3.2 to adapt to many kinds of systems.
14
15 # Usage: ../../../bdm/m68k/configure [OPTION]... [VAR=VALUE]...
16
17 # To assign environment variables (e.g., CC, CFLAGS...), specify them as
18 # VAR=VALUE.  See below for descriptions of some of the useful variables.
19
20 # Defaults for the options are specified in brackets.
21
22 # Configuration:
23 #   -h, --help              display this help and exit
24 #       --help=short        display options specific to this package
25 #       --help=recursive    display the short help of all the included packages
26 #   -V, --version           display version information and exit
27 #   -q, --quiet, --silent   do not print `checking...' messages
28 #       --cache-file=FILE   cache test results in FILE [disabled]
29 #   -C, --config-cache      alias for `--cache-file=config.cache'
30 #   -n, --no-create         do not create output files
31 #       --srcdir=DIR        find the sources in DIR [configure dir or `..']
32
33 # Installation directories:
34 #   --prefix=PREFIX         install architecture-independent files in PREFIX
35 #                         [/usr/local]
36 #   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
37 #                         [PREFIX]
38
39 # By default, `make install' will install all the files in
40 # `/usr/local/bin', `/usr/local/lib' etc.  You can specify
41 # an installation prefix other than `/usr/local' using `--prefix',
42 # for instance `--prefix=$HOME'.
43
44 # For better control, use the options below.
45
46 # Fine tuning of the installation directories:
47 #   --bindir=DIR           user executables [EPREFIX/bin]
48 #   --sbindir=DIR          system admin executables [EPREFIX/sbin]
49 #   --libexecdir=DIR       program executables [EPREFIX/libexec]
50 #   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
51 #   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
52 #   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
53 #   --libdir=DIR           object code libraries [EPREFIX/lib]
54 #   --includedir=DIR       C header files [PREFIX/include]
55 #   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
56 #   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
57 #   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
58 #   --infodir=DIR          info documentation [DATAROOTDIR/info]
59 #   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
60 #   --mandir=DIR           man documentation [DATAROOTDIR/man]
61 #   --docdir=DIR           documentation root [DATAROOTDIR/doc/m68k-bdm]
62 #   --htmldir=DIR          html documentation [DOCDIR]
63 #   --dvidir=DIR           dvi documentation [DOCDIR]
64 #   --pdfdir=DIR           pdf documentation [DOCDIR]
65 #   --psdir=DIR            ps documentation [DOCDIR]
66
67 # Program names:
68 #   --program-prefix=PREFIX            prepend PREFIX to installed program names
69 #   --program-suffix=SUFFIX            append SUFFIX to installed program names
70 #   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
71
72 # System types:
73 #   --build=BUILD     configure for building on BUILD [guessed]
74 #   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
75 #   --target=TARGET   configure for building compilers for TARGET [HOST]
76
77 # Optional Features:
78 #   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
79 #   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
80 #   --disable-dependency-tracking  speeds up one-time build
81 #   --enable-dependency-tracking   do not reject slow dependency extractors
82 #   --enable-debug Turn on debug information (enabled)
83 #   --enable-remote Turn on the remote protocol (enabled)
84 #   --enable-ioperm Turn on direct ioperm hardware access (autodetected)
85 #   --enable-driver Turn on driver support (autodetected)
86 #   --enable-server Turn on server support (enabled)
87 #   --enable-bdmctrl Turn on bdmctrl support (disabled)
88 #   --enable-flashlib Turn on flashlib support (enabled)
89 #   --enable-bdmflash Build the bdmflash utility (enabled)
90 #   --enable-bdmmon Build the bdmmon utility (enabled)
91
92 # Optional Packages:
93 #   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
94 #   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
95 #   --with-libbfd=FILE     path to libbfd.a library to use
96 #   --with-libiberty=FILE  path to libiberty.a library to use
97 #   --with-bfd-include-dir=DIR  include path for correct bfd.h
98
99 # Some influential environment variables:
100 #   CC          C compiler command
101 #   CFLAGS      C compiler flags
102 #   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
103 #               nonstandard directory <lib dir>
104 #   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
105 #               you have headers in a nonstandard directory <include dir>
106
107 # Use these variables to override the choices made by `configure' or to help
108 # it to find libraries and programs with nonstandard names/locations.
109
110 # Report bugs to <bdm-devel@lists.sourceforge.net>.
111