This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ "$PATH" == *"/usr/local/mips-2012.09/bin"* ]]; then | |
echo codesourcery toolchain path is already in PATH var | |
else | |
export PATH="/usr/local/mips-2012.09/bin:$PATH" | |
echo added codesourcery toolchain path to PATH var | |
fi | |
export AR=mips-linux-gnu-ar | |
export CC='mips-linux-gnu-gcc -EL' | |
export CXX='mips-linux-gnu-g++ -EL' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codesourcery toolchain path is already in PATH var | |
rm -rf out/Makefile node node_g out/Release/node blog.html email.md | |
find out/ -name '*.o' -o -name '*.a' | xargs rm -rf | |
rm -rf node_modules | |
rm -rf out | |
rm -f config.gypi | |
rm -f config.mk | |
rm -rf node node_g blog.html email.md | |
rm -rf node_modules | |
{ 'target_defaults': { 'cflags': [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/deps/openssl/openssl.gyp b/deps/openssl/openssl.gyp | |
index 6ece3ee..b05726e 100644 | |
--- a/deps/openssl/openssl.gyp | |
+++ b/deps/openssl/openssl.gyp | |
@@ -828,15 +828,6 @@ | |
['OS=="solaris"', { | |
'defines': ['__EXTENSIONS__'], | |
}], | |
- ['target_arch=="ia32"', { | |
- 'variables': {'openssl_config_path': 'config/piii'}, |