Changes between Initial Version and Version 1 of Ticket #228, comment 2
- Timestamp:
- Jun 27, 2018, 9:15:23 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #228, comment 2
initial v1 1 2 The output: 1 The command: 3 2 {{{ 4 3 ruby -e "puts RbConfig::CONFIG['target']" 5 4 }}} 6 is: 5 6 Produces an output: 7 7 {{{ 8 8 x86_64-suse-linux-gnu 9 9 }}} 10 10 11 12 11 The command: 13 12 {{{ 14 13 ./build.rb -t x86_64-pc-linux-gnu checkout compile 15 14 }}} 16 15 17 Does not succeed: 18 19 16 Does not succeed with log: 20 17 {{{ 21 18 cd /home/tukan/build/stx-jv8/build/stx/stc … … 73 70 }}} 74 71 75 72 Running `/config.guess` like you have suggested: 76 73 {{{ 77 74 wget http://git.savannah.gnu.org/cgit/config.git/plain/config.guess … … 80 77 }}} 81 78 82 returns: 83 79 Produces: 84 80 {{{ 85 81 x86_64-pc-linux-gnu