]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-build/arm-rtems/rtems-csb336/arm-rtems-sys.cfg
Update version in RTEMS target configurations examples.
[rtems-devel.git] / rtems-build / arm-rtems / rtems-csb336 / arm-rtems-sys.cfg
1 #export PATH="/opt/auto-tools/bin/:$PATH"
2
3 ../../../git/rtems/configure --target=arm-rtems4.12 --prefix=/opt/rtems4.12 \
4   --disable-multiprocessing --enable-cxx \
5   --enable-rdbg --enable-maintainer-mode --disable-tests \
6   --enable-networking --enable-posix --enable-itron --disable-ada \
7   --disable-expada --disable-multilib --disable-docs \
8   --enable-rtemsbsp="csb336"
9
10 # Usage: ../../../git/rtems/configure [OPTION]... [VAR=VALUE]...
11
12 # To assign environment variables (e.g., CC, CFLAGS...), specify them as
13 # VAR=VALUE.  See below for descriptions of some of the useful variables.
14
15 # Defaults for the options are specified in brackets.
16
17 # Configuration:
18 #   -h, --help              display this help and exit
19 #       --help=short        display options specific to this package
20 #       --help=recursive    display the short help of all the included packages
21 #   -V, --version           display version information and exit
22 #   -q, --quiet, --silent   do not print `checking ...' messages
23 #       --cache-file=FILE   cache test results in FILE [disabled]
24 #   -C, --config-cache      alias for `--cache-file=config.cache'
25 #   -n, --no-create         do not create output files
26 #       --srcdir=DIR        find the sources in DIR [configure dir or `..']
27
28 # Installation directories:
29 #   --prefix=PREFIX         install architecture-independent files in PREFIX
30 #                           [/opt/rtems-4.11]
31 #   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
32 #                           [PREFIX]
33
34 # By default, `make install' will install all the files in
35 # `/opt/rtems-4.11/bin', `/opt/rtems-4.11/lib' etc.  You can specify
36 # an installation prefix other than `/opt/rtems-4.11' using `--prefix',
37 # for instance `--prefix=$HOME'.
38
39 # For better control, use the options below.
40
41 # Fine tuning of the installation directories:
42 #   --bindir=DIR            user executables [EPREFIX/bin]
43 #   --sbindir=DIR           system admin executables [EPREFIX/sbin]
44 #   --libexecdir=DIR        program executables [EPREFIX/libexec]
45 #   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
46 #   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
47 #   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
48 #   --libdir=DIR            object code libraries [EPREFIX/lib]
49 #   --includedir=DIR        C header files [PREFIX/include]
50 #   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
51 #   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
52 #   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
53 #   --infodir=DIR           info documentation [DATAROOTDIR/info]
54 #   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
55 #   --mandir=DIR            man documentation [DATAROOTDIR/man]
56 #   --docdir=DIR            documentation root [DATAROOTDIR/doc/rtems]
57 #   --htmldir=DIR           html documentation [DOCDIR]
58 #   --dvidir=DIR            dvi documentation [DOCDIR]
59 #   --pdfdir=DIR            pdf documentation [DOCDIR]
60 #   --psdir=DIR             ps documentation [DOCDIR]
61
62 # Program names:
63 #   --program-prefix=PREFIX            prepend PREFIX to installed program names
64 #   --program-suffix=SUFFIX            append SUFFIX to installed program names
65 #   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
66
67 # System types:
68 #   --build=BUILD     configure for building on BUILD [guessed]
69 #   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
70 #   --target=TARGET   configure for building compilers for TARGET [HOST]
71
72 # Optional Features:
73 #   --disable-option-checking  ignore unrecognized --enable/--with options
74 #   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
75 #   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
76 #   --enable-silent-rules   less verbose build output (undo: "make V=1")
77 #   --disable-silent-rules  verbose build output (undo: "make V=0")
78 #   --enable-maintainer-mode
79 #                           enable make rules and dependencies not useful (and
80 #                           sometimes confusing) to the casual installer
81 #   --enable-multiprocessing
82 #                           enable multiprocessing interface; the
83 #                           multiprocessing interface is a communication
84 #                           interface between different RTEMS instances and
85 #                           allows synchronization of objects via message
86 #                           passing
87 #   --enable-posix          enable posix interface
88 #   --enable-networking     enable TCP/IP stack
89 #   --enable-cxx            enable C++ support and build the rtems++ library
90 #   --enable-tests          enable tests (default:samples)
91 #   --enable-rtems-debug    enable RTEMS_DEBUG
92 #   --enable-rtemsbsp="bsp1 bsp2 .."
93 #                           BSPs to include in build
94 #   --enable-multilib       build many library versions (default=no)
95 #   --enable-docs           enable building documentation (default:disabled)
96 #   CC_FOR_BUILD
97 #               c-compiler to be used for build subdirs (default: auto-detected)
98 #   CFLAGS_FOR_BUILD
99 #               c-flags to be used for build subdirs (default: provided by
100 #               autoconf)
101 #   CXX_FOR_BUILD
102 #               c++-compiler to be used for build subdirs (default:
103 #               auto-detected)
104 #   CXXFLAGS_FOR_BUILD
105 #               c++-flags to be used for build subdirs (default: provided by
106 #               autoconf)
107 #   CC_FOR_HOST c-compiler to be used for host subdirs (default: auto-detected)
108 #   CFLAGS_FOR_HOST
109 #               c-flags to be used for host subdirs (default: provided by
110 #               autoconf)
111 #   CXX_FOR_HOST
112 #               c++-compiler to be used for host subdirs (default:
113 #               auto-detected)
114 #   CXXFLAGS_FOR_HOST
115 #               c++-flags to be used for host subdirs (default: provided by
116 #               autoconf)
117 #   CC_FOR_TARGET
118 #               c-compiler to be used for target subdirs (default:
119 #               auto-detected)
120 #   CFLAGS_FOR_TARGET
121 #               c-flags to be used for target subdirs (default: provided by
122 #               autoconf)
123 #   CXX_FOR_TARGET
124 #               c++-compiler to be used for target subdirs (default:
125 #               auto-detected)
126 #   CXXFLAGS_FOR_TARGET
127 #               c++-flags to be used for target subdirs (default: provided by
128 #               autoconf)
129
130 # Report bugs to <http://www.rtems.org/bugzilla>.