From 4c1c22e62b8d713db30c2ac54fdb025bdfe53836 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 28 Mar 2011 20:36:38 +0300 Subject: Add make script for gcc 4.4. --- bmake44 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100755 bmake44 diff --git a/bmake44 b/bmake44 new file mode 100755 index 000000000..acd11e99e --- /dev/null +++ b/bmake44 @@ -0,0 +1,49 @@ +#!/bin/sh + +#may be +#-Wshadow -Waggregate-return -Winline + +#for feature +#-Wstrict-overflow=4 -Wfloat-equal +#-Wunsafe-loop-optimizations +#-Wnon-virtual-dtor +#-Woverloaded-virtual +#-Wformat=2 +#-Wswitch-enum + +#for better code +# -Weffc++ + +#need fix: -Wold-style-cast -Wconversion +#prof -pg + +dir=`pwd` + +export CC=gcc-4.4 +export CXX=g++-4.4 + +export LANG=C +export CXXFLAGS="-Wmissing-field-initializers \ +-Wabi -Wdisabled-optimization -Wuninitialized \ +-Wvolatile-register-var -Winvalid-pch -Wredundant-decls \ +-Wnormalized=nfkc -Wmissing-format-attribute -Wmissing-noreturn \ +-Wswitch-default -Wsign-promo -Waddress -Wmissing-declarations \ +-Wctor-dtor-privacy -Wstrict-null-sentinel \ +-Wunused-parameter -Wlogical-op \ +-Wempty-body -Wsign-compare -Wclobbered -Wcast-align -Wcast-qual \ +-Wtype-limits -Wpointer-arith -Wundef -Wmissing-include-dirs \ +-Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe" + +autoreconf -i +./configure --prefix=$dir/run \ + --datadir=$dir/run/share/games \ + --bindir=$dir/run/bin \ + --mandir=$dir/run/share/man \ + --enable-manaserv=yes + +cd po +#make -j5 update-po 2>../make1.log +make -j5 update-gmo 2>../make1.log +cd .. +make -j5 2>make2.log + -- cgit v1.2.3-60-g2f50