From bcb8188758cd5ae73e28e1f3dd3401ad84dbfc8d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 7 Apr 2006 02:25:59 +0400 Subject: Implement --warning-mode in SETUP.sh. The value of the argument can be either "pedantic" or "old" (actually, or anything else). In case of "pedantic" mode, use -ansi -pedantic compilation flags. Fix the build to compile in pedantic mode. (Version 3 of the patch, with after-review fixes) BUILD/SETUP.sh: Implement --warning-mode in SETUP.sh. The value of the argument can be either "pedantic" or "old" (actually, or anything else). In case of "pedantic" mode, use -ansi -pedantic compilation flags. BUILD/compile-pentium-debug-max-no-embedded: Rename base_max_configs to base_no_embedded_configs BUILD/compile-pentium-debug-max: Use double quotes around $@ BUILD/compile-pentium-valgrind-max: Pass command line arguments to SETUP.sh. Allows calling compile-pentium-valgrind-max --warning-mode=pedantic include/my_global.h: Remove an unnecessary ifdef: -pedantic hides the system-wide definition of ulong on Linux. In case there is no -pedantic, the system-wide definition is available and HAVE_ULONG is defined by configure. --- BUILD/compile-pentium-debug-max | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium-debug-max') diff --git a/BUILD/compile-pentium-debug-max b/BUILD/compile-pentium-debug-max index cf7f00161fb..d799311526b 100755 --- a/BUILD/compile-pentium-debug-max +++ b/BUILD/compile-pentium-debug-max @@ -1,7 +1,7 @@ #! /bin/sh path=`dirname $0` -. "$path/SETUP.sh" $@ --with-debug=full +. "$path/SETUP.sh" "$@" --with-debug=full extra_flags="$pentium_cflags $debug_cflags" extra_configs="$pentium_configs $debug_configs $max_configs" -- cgit v1.2.1