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