Explorar el Código

update docs in Makefile about endianness

Kyle P Davis hace 10 años
padre
commit
cc033e9faa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rigsc.446/src/Makefile

+ 1 - 1
rigsc.446/src/Makefile

@@ -6,7 +6,7 @@
 # C compiler to use (Compiler path can be changed by the user)
 CCFLAGS = -g -D LE -m32 -I/usr/include/malloc/
 PCA =  cc $(CCFLAGS) -D STATIC_CCFLAGS='"$(CCFLAGS)"' -c -D xsun=1 -I../include/
-# Specify -DLE for Little-endian architectures (Big-endian is default)!
+# Remove -DLE for Big-endian architectures (Little-endian is now the default in the Makefile)!
 # Specify -Dbbs for BBS-version of scaner (LaTeX version is default)!
 
 LIBS = -lm