Changes between Initial Version and Version 1 of Ticket #228, comment 2


Ignore:
Timestamp:
Jun 27, 2018, 8:15:23 AM (6 years ago)
Author:
patrik.svestka@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #228, comment 2

    initial v1  
    1 
    2 The output:
     1The command:
    32{{{
    43ruby -e "puts RbConfig::CONFIG['target']"
    54}}}
    6 is:
     5
     6Produces an output:
    77{{{
    88x86_64-suse-linux-gnu
    99}}}
    1010
    11 
    12 
     11The command:
    1312{{{
    1413./build.rb -t x86_64-pc-linux-gnu checkout compile
    1514}}}
    1615
    17 Does not succeed:
    18 
    19 
     16Does not succeed with log:
    2017{{{
    2118cd /home/tukan/build/stx-jv8/build/stx/stc
     
    7370}}}
    7471
    75 
     72Running `/config.guess` like you have suggested:
    7673{{{
    7774wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess
     
    8077}}}
    8178
    82 returns:
    83 
     79Produces:
    8480{{{
    8581x86_64-pc-linux-gnu