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