]> rtime.felk.cvut.cz Git - rtems-devel.git/blob - rtems-build/i386-rtems/rtems/i386-rtems-sys.cfg
Document different RTEMS build environments tested at PiKRON and CTU.
[rtems-devel.git] / rtems-build / i386-rtems / rtems / i386-rtems-sys.cfg
1 #export USE_CIRRUS_GD5446=1
2 #export USE_VBE_RM=1
3 #USE_VBE_RM=1
4
5 ../../../git/rtems/configure --target=i386-rtems4.11 --prefix=/opt/rtems4.11 \
6   --build=x86_64-pc-linux-gnu \
7   --enable-rtems-inlines --disable-multiprocessing --enable-cxx \
8   --enable-rdbg --enable-maintainer-mode \
9   --enable-networking --enable-posix --enable-itron --disable-ada \
10   --disable-expada --disable-multilib --disable-docs \
11   --enable-rtemsbsp=pc686 \
12
13 # --disable-tests 
14
15 # `configure' configures rtems 4.6.99.1 to adapt to many kinds of systems.
16
17 # Usage: ../rtems/configure [OPTION]... [VAR=VALUE]...
18
19 # To assign environment variables (e.g., CC, CFLAGS...), specify them as
20 # VAR=VALUE.  See below for descriptions of some of the useful variables.
21
22 # Defaults for the options are specified in brackets.
23
24 # Configuration:
25 #   -h, --help              display this help and exit
26 #       --help=short        display options specific to this package
27 #       --help=recursive    display the short help of all the included packages
28 #   -V, --version           display version information and exit
29 #   -q, --quiet, --silent   do not print `checking...' messages
30 #       --cache-file=FILE   cache test results in FILE [disabled]
31 #   -C, --config-cache      alias for `--cache-file=config.cache'
32 #   -n, --no-create         do not create output files
33 #       --srcdir=DIR        find the sources in DIR [configure dir or `..']
34
35 # Installation directories:
36 #   --prefix=PREFIX         install architecture-independent files in PREFIX
37 #                         [/opt/rtems-4.7]
38 #   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
39 #                         [PREFIX]
40
41 # By default, `make install' will install all the files in
42 # `/opt/rtems-4.7/bin', `/opt/rtems-4.7/lib' etc.  You can specify
43 # an installation prefix other than `/opt/rtems-4.7' using `--prefix',
44 # for instance `--prefix=$HOME'.
45
46 # For better control, use the options below.
47
48 # Fine tuning of the installation directories:
49 #   --bindir=DIR           user executables [EPREFIX/bin]
50 #   --sbindir=DIR          system admin executables [EPREFIX/sbin]
51 #   --libexecdir=DIR       program executables [EPREFIX/libexec]
52 #   --datadir=DIR          read-only architecture-independent data [PREFIX/share]
53 #   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
54 #   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
55 #   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
56 #   --libdir=DIR           object code libraries [EPREFIX/lib]
57 #   --includedir=DIR       C header files [PREFIX/include]
58 #   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
59 #   --infodir=DIR          info documentation [PREFIX/info]
60 #   --mandir=DIR           man documentation [PREFIX/man]
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-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
74 #   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
75 #   --enable-maintainer-mode  enable make rules and dependencies not useful
76 #                         (and sometimes confusing) to the casual installer
77 #   --enable-multiprocessing
78 #                           enable multiprocessing interface
79 #   --enable-posix          enable posix interface
80 #   --enable-itron          enable itron interface
81 #   --enable-networking     enable TCP/IP stack
82 #   --enable-rdbg           enable remote debugger
83 #   --enable-rtems-inlines  enable RTEMS inline functions (default:enabled,
84 #                           disable to use macros)
85 #   --enable-cxx            enable C++ support and build the rtems++ library
86 #   --enable-tests          enable tests (default:samples)
87 #   --enable-rtems-debug    enable RTEMS_DEBUG
88 #   --enable-rtemsbsp="bsp1 bsp2 .."
89 #                           BSPs to include in build
90 #   --enable-multilib       build many library versions (default=no)
91 #   --enable-docs           enable building documentation (default:disabled)
92 #   CC_FOR_BUILD
93 #               c-compiler to be used for build subdirs (default: auto-detected)
94 #   CFLAGS_FOR_BUILD
95 #               c-flags to be used for build subdirs (default: provided by
96 #               autoconf)
97 #   CXX_FOR_BUILD
98 #               c++-compiler to be used for build subdirs (default:
99 #               auto-detected)
100 #   CXXFLAGS_FOR_BUILD
101 #               c++-flags to be used for build subdirs (default: provided by
102 #               autoconf)
103 #   CC_FOR_HOST c-compiler to be used for host subdirs (default: auto-detected)
104 #   CFLAGS_FOR_HOST
105 #               c-flags to be used for host subdirs (default: provided by
106 #               autoconf)
107 #   CXX_FOR_HOST
108 #               c++-compiler to be used for host subdirs (default:
109 #               auto-detected)
110 #   CXXFLAGS_FOR_HOST
111 #               c++-flags to be used for host subdirs (default: provided by
112 #               autoconf)
113 #   CC_FOR_TARGET
114 #               c-compiler to be used for target subdirs (default:
115 #               auto-detected)
116 #   CFLAGS_FOR_TARGET
117 #               c-flags to be used for target subdirs (default: provided by
118 #               autoconf)
119 #   CXX_FOR_TARGET
120 #               c++-compiler to be used for target subdirs (default:
121 #               auto-detected)
122 #   CXXFLAGS_FOR_TARGET
123 #               c++-flags to be used for target subdirs (default: provided by
124 #               autoconf)
125
126 # Report bugs to <rtems-bugs@rtems.com>.
127