Changeset 44
- Timestamp:
- 02/21/06 06:18:45 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cross-lfs/cross-lfs/trunk/scripts/plfs-config-m68k-lfs-5.1.1
r42 r44 19 19 # Set LFS to suit your tree. 20 20 # (ie the mountpoint where your final partition resides) 21 export LFS= /home/fthain/cross-lfs-build/root21 export LFS=${HOME}/cross-lfs-build/root 22 22 23 23 # Set to where you will install the tools 24 24 # that are to run on the host. 25 25 # This will include the cross compiler 26 export HST_TOOLS= /home/fthain/cross-lfs-build/host-tools26 export HST_TOOLS=${HOME}/cross-lfs-build/host-tools 27 27 28 28 # Set this to the location where the target tools 29 29 # are to be installed 30 export TGT_TOOLS= /home/fthain/cross-lfs-build/target-tools30 export TGT_TOOLS=${HOME}/cross-lfs-build/target-tools 31 31 32 32 # Set SRC for your sourcedir, TARBALLS for where you store … … 34 34 35 35 export SRC=${HST_TOOLS}/usr/src 36 export TARBALLS= /home/fthain/tarballs37 export PATCHES= /home/fthain/cross-lfs/patches38 export SCRIPTS= /home/fthain/cross-lfs/scripts36 export TARBALLS=${HOME}/tarballs 37 export PATCHES=${HOME}/cross-lfs/patches 38 export SCRIPTS=${HOME}/cross-lfs/scripts 39 39 40 40 # Logging … … 124 124 # Before even considering using this please read the 125 125 # Native Posix Thread Library hint by 126 # Zack Winkles '<winkie@linuxfromscratch.org>126 # Zack Winkles <winkie@linuxfromscratch.org> 127 127 # http://hints.linuxfromscratch.org/hints/nptl.txt 128 128 # … … 131 131 # Are we building a bi-arch toolchain 132 132 export BIARCH=N 133 134 # Ch5 Packages135 #--------------136 133 137 134 # There are 2 binutils listed here. … … 139 136 # on a non linux system when BINUTILS_VER is non FSF (ie HJL) 140 137 # This is sorted out at the end of this script. 141 142 138 143 139 export AUTOCONF_VER=2.59 # chapter 6
