|
|
@@ -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
|