|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: src/build-data/cc/gcc
|
|
|
|
|
--- src/build-data/cc/gcc.orig 2008-10-07 23:13:19 +0200
|
|
|
|
|
+++ src/build-data/cc/gcc 2008-10-08 08:33:47 +0200
|
|
|
|
|
--- src/build-data/cc/gcc.orig 2008-10-09 15:52:30 +0200
|
|
|
|
|
+++ src/build-data/cc/gcc 2008-10-10 18:52:56 +0200
|
|
|
|
|
@@ -8,8 +8,8 @@
|
|
|
|
|
add_lib_dir_option "-L"
|
|
|
|
|
add_lib_option "-l"
|
|
|
|
|
@ -9,12 +9,12 @@ Index: src/build-data/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 -Wno-unused-parameter"
|
|
|
|
|
#warning_flags "-Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wno-unused-parameter"
|
|
|
|
|
|
|
|
|
|
lib_opt_flags "-O2 -finline-functions"
|
|
|
|
|
Index: src/build-data/makefile/unix.in
|
|
|
|
|
--- src/build-data/makefile/unix.in.orig 2008-10-07 23:13:19 +0200
|
|
|
|
|
+++ src/build-data/makefile/unix.in 2008-10-08 08:34:11 +0200
|
|
|
|
|
--- src/build-data/makefile/unix.in.orig 2008-10-09 15:52:30 +0200
|
|
|
|
|
+++ src/build-data/makefile/unix.in 2008-10-10 18:50:19 +0200
|
|
|
|
|
@@ -26,7 +26,7 @@
|
|
|
|
|
BINDIR = $(DESTDIR)/bin
|
|
|
|
|
LIBDIR = $(DESTDIR)/@{var:libdir}
|
|
|
|
|
@ -25,8 +25,8 @@ Index: src/build-data/makefile/unix.in
|
|
|
|
|
CONFIG_SCRIPT = @{var:botan-config}
|
|
|
|
|
|
|
|
|
|
Index: src/utils/types.h
|
|
|
|
|
--- src/utils/types.h.orig 2008-10-07 23:13:21 +0200
|
|
|
|
|
+++ src/utils/types.h 2008-10-08 08:29:40 +0200
|
|
|
|
|
--- src/utils/types.h.orig 2008-10-09 15:52:31 +0200
|
|
|
|
|
+++ src/utils/types.h 2008-10-10 18:50:19 +0200
|
|
|
|
|
@@ -20,7 +20,7 @@
|
|
|
|
|
typedef unsigned __int64 u64bit;
|
|
|
|
|
#elif defined(__KCC)
|
|
|
|
|
|