This file contains 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
v12 @ 2012-03-17: | |
- Added automatic module load | |
v8 @ 2012-03-16: | |
- Fixed UDP descriptor leak to pppd and it scripts in previous version of patch | |
- Terminate pppd even if xl2tpd killed with SIGTERM | |
v1 @ 2011-10-22: | |
- Initial patch. Thanks for the idea to wl500g.googlecode.com project. |
This file contains 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
Index: lib/Driver/Tools.cpp | |
=================================================================== | |
--- lib/Driver/Tools.cpp (revision 181993) | |
+++ lib/Driver/Tools.cpp (working copy) | |
@@ -6007,8 +6007,12 @@ | |
CmdArgs.push_back("/lib/ld-linux.so.3"); | |
} | |
else if (ToolChain.getArch() == llvm::Triple::mips || | |
- ToolChain.getArch() == llvm::Triple::mipsel) | |
- CmdArgs.push_back("/lib/ld.so.1"); |