aboutsummaryrefslogtreecommitdiff
path: root/sp/src/devtools/bin
diff options
context:
space:
mode:
authorNarendra Umate <[email protected]>2013-09-07 15:43:32 -0700
committerNarendra Umate <[email protected]>2013-09-07 15:43:32 -0700
commitc3ca7291626b60a32008774dd290671708babc20 (patch)
treec87d1097bb8b59b6724ca19560f7c92b0309caf3 /sp/src/devtools/bin
parentUpdate .gitignore. (diff)
parentAdded missing libs for linux and OSX in their new location. (diff)
downloadsource-sdk-2013-c3ca7291626b60a32008774dd290671708babc20.tar.xz
source-sdk-2013-c3ca7291626b60a32008774dd290671708babc20.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'sp/src/devtools/bin')
-rwxr-xr-xsp/src/devtools/bin/osx32/xcode_ccache_wrapper3
-rw-r--r--sp/src/devtools/bin/vpc.exebin1129472 -> 1133568 bytes
-rwxr-xr-xsp/src/devtools/bin/vpc_linuxbin1184893 -> 1177332 bytes
-rwxr-xr-xsp/src/devtools/bin/vpc_osxbin1102944 -> 1099468 bytes
4 files changed, 3 insertions, 0 deletions
diff --git a/sp/src/devtools/bin/osx32/xcode_ccache_wrapper b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper
new file mode 100755
index 00000000..4f038475
--- /dev/null
+++ b/sp/src/devtools/bin/osx32/xcode_ccache_wrapper
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+exec $(dirname $0)/ccache "${DT_TOOLCHAIN_DIR}"/usr/bin/clang -Qunused-arguments "$@"
diff --git a/sp/src/devtools/bin/vpc.exe b/sp/src/devtools/bin/vpc.exe
index ddc1328c..2394de95 100644
--- a/sp/src/devtools/bin/vpc.exe
+++ b/sp/src/devtools/bin/vpc.exe
Binary files differ
diff --git a/sp/src/devtools/bin/vpc_linux b/sp/src/devtools/bin/vpc_linux
index 21679b4f..c5e72b80 100755
--- a/sp/src/devtools/bin/vpc_linux
+++ b/sp/src/devtools/bin/vpc_linux
Binary files differ
diff --git a/sp/src/devtools/bin/vpc_osx b/sp/src/devtools/bin/vpc_osx
index 0ca6b8c4..1e5dea1c 100755
--- a/sp/src/devtools/bin/vpc_osx
+++ b/sp/src/devtools/bin/vpc_osx
Binary files differ