Changeset 12e6567 in clfs-sysroot for BOOK/general.ent


Ignore:
Timestamp:
Apr 12, 2009, 2:13:25 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
1440bf8
Parents:
4facf43
Message:

Added a sysroot wrapper.
Updated the build variables section of the book, each package uses its own.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    r4facf43 r12e6567  
    5050<!ENTITY % uid-gid-entities SYSTEM "users_groups.ent">
    5151%uid-gid-entities;
     52
     53<!ENTITY env-target '  <sect2 role="build-env">
     54    <title>Environment Settings</title>
     55
     56    <para>This package requires compiler variables to be set for the target in the environment.</para>
     57
     58    <screen><userinput>export CC=&quot;${CLFS_TARGET}-gcc&quot;
     59export CXX=&quot;${CLFS_TARGET}-g++&quot;
     60export AR=&quot;${CLFS_TARGET}-ar&quot;
     61export AS=&quot;${CLFS_TARGET}-as&quot;
     62export RANLIB=&quot;${CLFS_TARGET}-ranlib&quot;
     63export LD=&quot;${CLFS_TARGET}-ld&quot;
     64export STRIP=&quot;${CLFS_TARGET}-strip&quot;</userinput></screen>
     65
     66  </sect2>'>
     67
     68<!ENTITY env-host '  <sect2 role="build-env">
     69    <title>Environment Settings</title>
     70
     71    <para>This package requires compiler variables to be set for the host system.</para>
     72
     73    <screen><userinput>unset CC CXX AR AS RANLIB LD STRIP</userinput></screen>
     74
     75  </sect2>'>
Note: See TracChangeset for help on using the changeset viewer.