Print this page
README.xbuild update

Split Close
Expand all
Collapse all
          --- old/./README.xbuild
          +++ new/./README.xbuild
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  
  17   17  Easy way:
  18   18  
  19   19  cd $HOME
  20   20  curl -O https://fingolfin.org/illumos/arm/armtc.tar.gz
  21   21  pfexec tar xvzf armtc.tar.gz -C /
  22   22  find /opt/armtc
  23   23  
  24   24  Fun way:
  25   25  
  26      -Clone this repository again and do a normal i386 on i386 build.
       26 +Using a normal i386 on i386 build:
       27 +cd usr/src
       28 +dmake setup
       29 +cd cmd/sgs
       30 +dmake install
       31 +
  27   32  mkdir -p /opt/armtc/lib/amd64 /opt/armtc/usr/bin/amd64
  28   33  cd /opt/armtc/lib/
  29   34  ln -s amd64 64
  30   35  cd ../usr/bin
  31   36  ln -s amd64 64
  32   37  
  33   38  Then from your proto area, install the following:
  34   39   o /usr/bin/ld
  35   40   o /usr/bin/amd64/ld
  36   41   o /lib/libld.so.4
↓ open down ↓ 91 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX