[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d06b894021fbecde92584f125006328c7648124b)
Vlad Glagolev
scm at sourcemage.org
Mon Apr 14 15:34:28 EDT 2008
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
kernels/linux/HISTORY | 3 +++
kernels/linux/PRE_BUILD | 5 +++++
2 files changed, 8 insertions(+)
New commits:
commit d06b894021fbecde92584f125006328c7648124b
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
linux: fixed compilation with gcc 4.3
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 2b5c522..25ded62 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2008-04-14 Vlad Glagolev <stealth at sourcemage.org>
+ * PRE_BUILD: fixed compilation with gcc 4.3
+
2008-03-19 Eric Sandall <sandalle at sourcemage.org>
* latest.defaults: Latest maintenance to patch-2.6.24.4
Latest realtime is 2.6.24.4-rt4
diff --git a/kernels/linux/PRE_BUILD b/kernels/linux/PRE_BUILD
index 2b06dbb..27e9888 100755
--- a/kernels/linux/PRE_BUILD
+++ b/kernels/linux/PRE_BUILD
@@ -159,6 +159,11 @@ else
;;
esac
fi &&
+
+# fix build via gcc 4.3
+sed -i "s:-declaration:-declaration -fno-tree-scev-cprop:" \
+ $LINUX_SOURCE_DIRECTORY/Makefile &&
+
# check to make sure .config exists
if [[ ! -f ./.config ]]
then
More information about the SM-Commit
mailing list