]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-build/arm-rtems/rtems-tms570ls3137_hdk_sdram/arm-rtems-sys.cfg
Document different RTEMS build environments tested at PiKRON and CTU.
[rtems-devel.git] / rtems-build / arm-rtems / rtems-tms570ls3137_hdk_sdram / arm-rtems-sys.cfg
1 #../../../git/rtems/configure
2 #../../../tms570/rtems/configure
3 ../../../tms570/rtems/configure --target=arm-rtems4.11 --prefix=/opt/rtems4.11 \
4   --enable-rtems-inlines --disable-multiprocessing --enable-cxx \
5   --enable-rdbg --enable-maintainer-mode --enable-tests=samples \
6   --enable-networking --enable-posix --enable-itron --disable-ada \
7   --disable-expada --disable-multilib --disable-docs \
8   --enable-rtemsbsp="tms570ls3137_hdk_sdram" \
9   --enable-rtems-debug
10
11 #  CONSOLE_USE_INTERRUPTS=0 --enable-rtems-debug
12 #  --enable-rtems-debug
13 #  --enable-tests=samples
14
15 # Usage: ../../../git/rtems/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 #                           [/opt/rtems-4.11]
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 # `/opt/rtems-4.11/bin', `/opt/rtems-4.11/lib' etc.  You can specify
41 # an installation prefix other than `/opt/rtems-4.11' 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/rtems]
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-option-checking  ignore unrecognized --enable/--with options
79 #   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
80 #   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
81 #   --enable-silent-rules   less verbose build output (undo: "make V=1")
82 #   --disable-silent-rules  verbose build output (undo: "make V=0")
83 #   --enable-maintainer-mode
84 #                           enable make rules and dependencies not useful (and
85 #                           sometimes confusing) to the casual installer
86 #   --enable-multiprocessing
87 #                           enable multiprocessing interface; the
88 #                           multiprocessing interface is a communication
89 #                           interface between different RTEMS instances and
90 #                           allows synchronization of objects via message
91 #                           passing
92 #   --enable-posix          enable posix interface
93 #   --enable-networking     enable TCP/IP stack
94 #   --enable-cxx            enable C++ support and build the rtems++ library
95 #   --enable-tests          enable tests (default:samples)
96 #   --enable-rtems-debug    enable RTEMS_DEBUG
97 #   --enable-rtemsbsp="bsp1 bsp2 .."
98 #                           BSPs to include in build
99 #   --enable-multilib       build many library versions (default=no)
100 #   --enable-docs           enable building documentation (default:disabled)
101 #   CC_FOR_BUILD
102 #               c-compiler to be used for build subdirs (default: auto-detected)
103 #   CFLAGS_FOR_BUILD
104 #               c-flags to be used for build subdirs (default: provided by
105 #               autoconf)
106 #   CXX_FOR_BUILD
107 #               c++-compiler to be used for build subdirs (default:
108 #               auto-detected)
109 #   CXXFLAGS_FOR_BUILD
110 #               c++-flags to be used for build subdirs (default: provided by
111 #               autoconf)
112 #   CC_FOR_HOST c-compiler to be used for host subdirs (default: auto-detected)
113 #   CFLAGS_FOR_HOST
114 #               c-flags to be used for host subdirs (default: provided by
115 #               autoconf)
116 #   CXX_FOR_HOST
117 #               c++-compiler to be used for host subdirs (default:
118 #               auto-detected)
119 #   CXXFLAGS_FOR_HOST
120 #               c++-flags to be used for host subdirs (default: provided by
121 #               autoconf)
122 #   CC_FOR_TARGET
123 #               c-compiler to be used for target subdirs (default:
124 #               auto-detected)
125 #   CFLAGS_FOR_TARGET
126 #               c-flags to be used for target subdirs (default: provided by
127 #               autoconf)
128 #   CXX_FOR_TARGET
129 #               c++-compiler to be used for target subdirs (default:
130 #               auto-detected)
131 #   CXXFLAGS_FOR_TARGET
132 #               c++-flags to be used for target subdirs (default: provided by
133 #               autoconf)
134
135 # Report bugs to <http://www.rtems.org/bugzilla>.