Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: e85adbc5a49844fe93e95764909d1172031311e2
Ticket: 1073524fffffffffffffffffffffffffffffffff
Cross build
User & Date: dkf 2016-08-25 10:55:17
Changes

  1. closer changed to: "nobody"
  2. comment changed to:
    To cross build tcl package, following patch improve
    situation.
    
    In general configure scheme, we can override and skip
    test with configure cache file.  It is very useful for
    cross build, where we the test of AC_TRY_RUN cannot
    execute (because of build != host).
    
    In tcl's unix configure, there are three check, where this
    override doesn't work.
    
    I think that any AC_TRY_RUN should be enclosed with
    AC_CACHE_VAL for cross build.
    
  3. login: "dkf"
  4. mimetype: "text/plain"
  5. severity changed to: "Minor"
  6. subsystem changed to: "53. Configuration and Build Tools"