Changeset 62fdf1a in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Oct 8, 2013, 3:40:41 PM (11 years ago)
- Branches:
- master
- Children:
- 822bc66
- Parents:
- babc55d
- git-author:
- Andrew Bradford <andrew@…> (10/01/13 19:25:12)
- git-committer:
- Andrew Bradford <andrew@…> (10/08/13 15:40:41)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
rbabc55d r62fdf1a 48 48 <screen os="e"><userinput>../binutils-&binutils-version;/configure --prefix=${CLFS}/cross-tools \ 49 49 --target=${CLFS_TARGET} --with-sysroot=${CLFS} --disable-nls \ 50 -- enable-shared --disable-multilib</userinput></screen>50 --disable-multilib</userinput></screen> 51 51 52 52 <variablelist os="f"> … … 85 85 <para>This disables internationalization as i18n is not needed for the 86 86 cross-compile tools.</para> 87 </listitem>88 </varlistentry>89 90 <varlistentry os="f6">91 <term><parameter>--enable-shared</parameter></term>92 <listitem>93 <para>Enable the creation of the shared libraries.</para>94 87 </listitem> 95 88 </varlistentry> -
BOOK/cross-tools/common/mpfr.xml
rbabc55d r62fdf1a 31 31 32 32 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \ 33 ./configure --prefix=${CLFS}/cross-tools --enable-shared\33 ./configure --prefix=${CLFS}/cross-tools \ 34 34 --with-gmp=${CLFS}/cross-tools</userinput></screen> 35 35
Note:
See TracChangeset
for help on using the changeset viewer.