From 4f0cf2b3b7d8e6e69a39e57beeae7e88794e35d0 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 28 Aug 2009 11:29:17 -0700 Subject: Add a NEWS blurb for || and && in the preprocessor --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index a494907a..77873950 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ * What's new +- The preprocessor now supports || and && in the conditions. + %( arch == "x86_64" || arch == "ia64" %: ... %) + - It is now possible to cross-compile systemtap scripts for foreign architectures, using the new '-a ARCH' and '-B OPT=VALUE' flags. For example, put arm-linux-gcc etc. into your $PATH, and point -- cgit