mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Cleanup Makefile for consistency with other ones. Remove PKG_SSP. It can be fixed with -lssp_nonshared. Add PKG_BUILD_PARALLEL for faster compilation. Add zlib dependency. 1.5.0 requires it now. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			412 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/src/mips/getcontext.S
 | 
						|
+++ b/src/mips/getcontext.S
 | 
						|
@@ -24,12 +24,12 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING
 | 
						|
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 | 
						|
 
 | 
						|
 #include "offsets.h"
 | 
						|
-#include <endian.h>
 | 
						|
 
 | 
						|
 	.text
 | 
						|
+	.set nomips16
 | 
						|
 
 | 
						|
 #if _MIPS_SIM == _ABIO32
 | 
						|
-# if __BYTE_ORDER == __BIG_ENDIAN
 | 
						|
+# if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
 | 
						|
 #  define OFFSET 4
 | 
						|
 # else
 | 
						|
 #  define OFFSET 0
 |