aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-08 14:44:14 +0000
committerlloyd <[email protected]>2011-12-08 14:44:14 +0000
commite3efee617f50875b2523350cae4b61579f394162 (patch)
tree24bcd5fdfa92b72a5ccd123afbb6122924f51351
parentd580782ae6b5dfe7e23f59b4bcac4f168d17055f (diff)
Add basic NaCl target
-rw-r--r--doc/log.txt2
-rw-r--r--src/build-data/os/nacl.txt4
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>