Ignore:
Timestamp:
Jan 21, 2018, 12:10:09 AM (6 years ago)
Author:
coas-nagasima
Message:

prototoolに関連するプロジェクトをnewlibからmuslを使うよう変更・更新
ntshellをnewlibの下位の実装から、muslのsyscallの実装に変更・更新
以下のOSSをアップデート
・mruby-1.3.0
・musl-1.1.18
・onigmo-6.1.3
・tcc-0.9.27
以下のOSSを追加
・openssl-1.1.0e
・curl-7.57.0
・zlib-1.2.11
以下のmrbgemsを追加
・iij/mruby-digest
・iij/mruby-env
・iij/mruby-errno
・iij/mruby-iijson
・iij/mruby-ipaddr
・iij/mruby-mock
・iij/mruby-require
・iij/mruby-tls-openssl

Location:
EcnlProtoTool/trunk/tcc-0.9.27
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/tcc-0.9.27/README

    r279 r331  
    2929-------------
    3030
    31 1) Installation on a i386 Linux host (for Windows read tcc-win32.txt)
     311) Installation on a i386/x86_64/arm Linux/OSX/FreeBSD host
    3232
    3333   ./configure
     
    3636   make install
    3737
    38 Alternatively, out-of-tree builds are supported: you may use different
    39 directories to hold build objects, kept separate from your source tree:
     38   Notes: For OSX and FreeBSD, gmake should be used instead of make.
     39   For Windows read tcc-win32.txt.
    4040
    41    mkdir _build
    42    cd _build
    43    ../configure
    44    make
    45    make test
    46    make install
    47 
    48 By default, tcc is installed in /usr/local/bin.
    49 ./configure --help  shows configuration options.
     41makeinfo must be installed to compile the doc.  By default, tcc is
     42installed in /usr/local/bin.  ./configure --help  shows configuration
     43options.
    5044
    5145
Note: See TracChangeset for help on using the changeset viewer.