Changeset b8931749 for BOOK/cross-tools/common
- Timestamp:
- Nov 27, 2015, 7:32:00 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- ccd0ce3
- Parents:
- b77323d
- git-author:
- William Harrington <kb0iic@…> (11/27/15 19:31:57)
- git-committer:
- William Harrington <kb0iic@…> (11/27/15 19:32:00)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
rb77323d rb8931749 66 66 --disable-static --enable-languages=c,c++ --disable-multilib \ 67 67 --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 68 --with-isl=/cross-tools --with-system-zlib --disable-bootstrap</userinput></screen>68 --with-isl=/cross-tools --with-system-zlib</userinput></screen> 69 69 70 70 <variablelist os="bg"> … … 75 75 <listitem> 76 76 <para>This option ensures that only the C and C++ compilers are built.</para> 77 </listitem>78 </varlistentry>79 80 <varlistentry os="bg2">81 <term><parameter>--enable-__cxa_atexit</parameter></term>82 <listitem>83 <para>This option allows use of __cxa_atexit, rather than atexit,84 to register C++ destructors for local statics and global objects85 and is essential for fully standards-compliant handling of destructors.86 It also affects the C++ ABI and therefore results in C++ shared libraries87 and C++ programs that are interoperable with other Linux distributions.</para>88 </listitem>89 </varlistentry>90 91 <varlistentry os="bg3">92 <term><parameter>--enable-threads=posix</parameter></term>93 <listitem>94 <para>This enables C++ exception handling for multi-threaded code.</para>95 </listitem>96 </varlistentry>97 98 <varlistentry os="bg4">99 <term><parameter>--enable-libstdcxx-time</parameter></term>100 <listitem>101 <para>This enables link-time checks for the availability of102 clock_gettime clocks, and nanosleep and sched_yield functions, in the103 C library.</para>104 77 </listitem> 105 78 </varlistentry> -
BOOK/cross-tools/common/gcc-static.xml
rb77323d rb8931749 81 81 --disable-libquadmath --disable-libvtv --disable-libcilkrts \ 82 82 --disable-libstdc++-v3 --disable-threads --disable-multilib \ 83 --with-system-zlib --enable-languages=c --disable-boostrap\83 --with-system-zlib --enable-languages=c \ 84 84 --with-glibc-version=&glibc-version;</userinput></screen> 85 85
Note:
See TracChangeset
for help on using the changeset viewer.