From 840c9aa16240b9c1bee190bb883d41f264912019 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Tue, 6 Oct 2009 16:04:04 +0200 Subject: [PATCH] jam: hacked to build with gcc-4.2 --- develop/jam/jam.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/develop/jam/jam.conf b/develop/jam/jam.conf index 47bffa47a..d79eb5ddd 100644 --- a/develop/jam/jam.conf +++ b/develop/jam/jam.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../jam/jam.conf +# Copyright (C) 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -12,7 +13,9 @@ # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- +# gcc-4.2's strict-aliasing breaks it +var_append GCC_WRAPPER_APPEND ' ' '-fno-strict-aliasing' + makeinstopt= hook_add premake 5 "unset AR" hook_add postmake 5 "cp -vf bin.*/* $root$bindir/" -