Procházet zdrojové kódy

update docs in Makefile about endianness

Kyle P Davis před 11 roky
rodič
revize
cc033e9faa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)
 # C compiler to use (Compiler path can be changed by the user)
 CCFLAGS = -g -D LE -m32 -I/usr/include/malloc/
 CCFLAGS = -g -D LE -m32 -I/usr/include/malloc/
 PCA =  cc $(CCFLAGS) -D STATIC_CCFLAGS='"$(CCFLAGS)"' -c -D xsun=1 -I../include/
 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)!
 # Specify -Dbbs for BBS-version of scaner (LaTeX version is default)!
 
 
 LIBS = -lm
 LIBS = -lm