forked from GerhardHoffmann/DCLibraries
		
	removed lines for turning so-file into executable binary
This commit is contained in:
		
							
								
								
									
										10
									
								
								src/main.cpp
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								src/main.cpp
									
									
									
									
									
								
							@@ -18,11 +18,11 @@ int main(int argc, char *argv[])
 | 
			
		||||
#include <stdio.h>
 | 
			
		||||
 | 
			
		||||
// Must define the interpreter to be the dynamic linker
 | 
			
		||||
#ifdef __LP64__
 | 
			
		||||
#error "__LP64__ not defined for PTU5"
 | 
			
		||||
#else
 | 
			
		||||
const char service_interp[] __attribute__((section(".interp"))) = "/lib/ld-linux-armhf.so.3";
 | 
			
		||||
#endif
 | 
			
		||||
//#ifdef __LP64__
 | 
			
		||||
//#error "__LP64__ not defined for PTU5"
 | 
			
		||||
//#else
 | 
			
		||||
//const char service_interp[] __attribute__((section(".interp"))) = "/lib/ld-linux-armhf.so.3";
 | 
			
		||||
//#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[]) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user