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