|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: include/types.h
|
|
|
|
|
--- include/types.h.orig 2008-09-11 23:10:24 +0200
|
|
|
|
|
+++ include/types.h 2008-09-12 19:44:10 +0200
|
|
|
|
|
--- include/types.h.orig 2008-09-18 16:48:26 +0200
|
|
|
|
|
+++ include/types.h 2008-09-18 19:54:39 +0200
|
|
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
|
typedef unsigned __int64 u64bit;
|
|
|
|
|
#elif defined(__KCC)
|
|
|
|
|
@ -11,8 +11,8 @@ Index: include/types.h
|
|
|
|
|
#else
|
|
|
|
|
typedef unsigned long long u64bit;
|
|
|
|
|
Index: misc/config/cc/gcc
|
|
|
|
|
--- misc/config/cc/gcc.orig 2008-09-11 23:10:24 +0200
|
|
|
|
|
+++ misc/config/cc/gcc 2008-09-12 19:51:32 +0200
|
|
|
|
|
--- misc/config/cc/gcc.orig 2008-09-18 16:48:26 +0200
|
|
|
|
|
+++ misc/config/cc/gcc 2008-09-18 19:56:23 +0200
|
|
|
|
|
@@ -8,8 +8,8 @@
|
|
|
|
|
add_lib_dir_option "-L"
|
|
|
|
|
add_lib_option "-l"
|
|
|
|
|
@ -21,12 +21,12 @@ Index: misc/config/cc/gcc
|
|
|
|
|
-warning_flags "-W -Wall"
|
|
|
|
|
+lang_flags "-D_REENTRANT -Wno-long-long"
|
|
|
|
|
+warning_flags ""
|
|
|
|
|
#warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations"
|
|
|
|
|
|
|
|
|
|
lib_opt_flags "-O2 -finline-functions"
|
|
|
|
|
check_opt_flags "-O2"
|
|
|
|
|
Index: misc/config/makefile/unix.in
|
|
|
|
|
--- misc/config/makefile/unix.in.orig 2008-09-11 23:10:24 +0200
|
|
|
|
|
+++ misc/config/makefile/unix.in 2008-09-12 19:44:10 +0200
|
|
|
|
|
--- misc/config/makefile/unix.in.orig 2008-09-18 16:48:26 +0200
|
|
|
|
|
+++ misc/config/makefile/unix.in 2008-09-18 19:54:39 +0200
|
|
|
|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
BINDIR = $(INSTALLROOT)/bin
|
|
|
|
|
LIBDIR = $(INSTALLROOT)/@{var:libdir}
|
|
|
|
|
|