Changeset e840d27 for HLFS/master.sh


Ignore:
Timestamp:
07/29/2006 11:19:16 AM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
9272545
Parents:
7c4730c
Message:

Restore uClibc specific code I mistakenly removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r7c4730c re840d27  
    114114  echo "${tab_}${GREEN}Processing... ${L_arrow}Chapter3${R_arrow}"
    115115
     116  # Define a few model dependant variables
     117  if [[ ${MODEL} = "uclibc" ]]; then
     118    TARGET="pc-linux-gnu"; LOADER="ld-uClibc.so.0"
     119  else
     120    TARGET="pc-linux-gnu";    LOADER="ld-linux.so.2"
     121  fi
    116122
    117123  # NOTE: We use the hlfs username and groupname also in HLFS
     
    163169        echo "export HLFS LC_ALL PATH" >> /home/hlfs/.bashrc && \\
    164170        echo "" >> /home/hlfs/.bashrc && \\
     171        echo "target=$(uname -m)-${TARGET}" >> /home/lfs/.bashrc && \\
     172        echo "ldso=/tools/lib/${LOADER}" >> /home/lfs/.bashrc && \\
     173        echo "export target ldso" >> /home/lfs/.bashrc && \\
    165174        echo "source $JHALFSDIR/envars" >> /home/hlfs/.bashrc && \\
    166175        chown hlfs:hlfs /home/hlfs/.bashrc && \\
Note: See TracChangeset for help on using the changeset viewer.