From 40fee94577535e58810d39c7cb522a3551ea435a Mon Sep 17 00:00:00 2001 From: Robin Barker Date: Thu, 6 Sep 2001 14:31:37 +0100 Subject: [PATCH] make OPTIMIZE=... Message-Id: <200109061231.NAA25265@tempest.npl.co.uk> p4raw-id: //depot/perl@11918 --- x2p/Makefile.SH | 4 +++- x2p/cflags.SH | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index fe4fb1e..68c63a7 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -58,6 +58,8 @@ FIRSTMAKEFILE = $firstmakefile TRNL = '$trnl' +OPTIMIZE = $optimize + .SUFFIXES: .c \$(OBJ_EXT) !GROK!THIS! @@ -65,7 +67,7 @@ TRNL = '$trnl' cat >>Makefile <<'!NO!SUBS!' REALPERL = ../perl -CCCMD = `sh $(shellflags) cflags $@` +CCCMD = `sh $(shellflags) cflags "optimize='$(OPTIMIZE)'" $@` public = a2p s2p find2perl diff --git a/x2p/cflags.SH b/x2p/cflags.SH index 779035f..255f586 100755 --- a/x2p/cflags.SH +++ b/x2p/cflags.SH @@ -48,6 +48,13 @@ case $PERL_CONFIG_SH in ;; esac +case "X$1" in +Xoptimize=*|X"optimize=*") + eval "$1" + shift + ;; +esac + also=': ' case $# in 1) also='echo 1>&2 " CCCMD = "' -- 2.7.4