[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/csmith] 4a07b8: Remove Windows `lrand48` sources from EXTRA_DIST.



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/csmith
  Commit: 4a07b8fff2ac6180a0cff0b052c889f0379bea61
      https://github.com/csmith-project/csmith/commit/4a07b8fff2ac6180a0cff0b052c889f0379bea61
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M runtime/Makefile.am
    M runtime/Makefile.in

  Log Message:
  -----------
  Remove Windows `lrand48` sources from EXTRA_DIST.


  Commit: 510bdfca69cdf1491fcfba4c49a2bf8d79f7577c
      https://github.com/csmith-project/csmith/commit/510bdfca69cdf1491fcfba4c49a2bf8d79f7577c
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M Makefile.in
    M configure
    M configure.ac
    M doc/Makefile.in
    M runtime/Makefile.in
    M scripts/Makefile.in
    M src/Makefile.am
    M src/Makefile.in

  Log Message:
  -----------
  On Windows, add `lrand48` sources to Csmith (Automake) compile.

When using the Automake-based build system to compile Csmith on Windows,
compile and link with an implementation of `lrand48`.

This commit is the Automake equivalent of the CMake changes that I made
earlier (in commit ef1f45a).

Having implemented this for the Automake- and CMake-based build systems,
I'm thinking that I should change the test.  We don't care about the
platform per se; we care whether or not it has `lrand48`.  We should
probably just check for that directly.


Compare: https://github.com/csmith-project/csmith/compare/ef1f45a3a703...510bdfca69cd