diff options
author | lloyd <[email protected]> | 2011-12-08 14:44:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-12-08 14:44:14 +0000 |
commit | e3efee617f50875b2523350cae4b61579f394162 (patch) | |
tree | 24bcd5fdfa92b72a5ccd123afbb6122924f51351 | |
parent | d580782ae6b5dfe7e23f59b4bcac4f168d17055f (diff) |
Add basic NaCl target
-rw-r--r-- | doc/log.txt | 2 | ||||
-rw-r--r-- | src/build-data/os/nacl.txt | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 9edd60018..47c80d4fb 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -23,6 +23,8 @@ Version 1.10.2, Not Yet Released * Add AltiVec detection for OpenBSD, contributed by Brad Smith (PR 162) +* Add Google's Native Client as an compile target + * If targetting GCC on a Windows system, configure.py will warn that likely you wanted to configure for either MinGW or Cygwin, not the generic Windows target which is oriented to Win32 plus the Visual diff --git a/src/build-data/os/nacl.txt b/src/build-data/os/nacl.txt new file mode 100644 index 000000000..3df798ed8 --- /dev/null +++ b/src/build-data/os/nacl.txt @@ -0,0 +1,4 @@ + +<target_features> +gettimeofday +</target_features> |