This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: .NOTPARALLEL


On Mar 12, 2002, Richard Henderson <rth@redhat.com> wrote:

> On Tue, Mar 12, 2002 at 09:08:12PM +0100, Ulrich Weigand wrote:
>> I'm not sure whether there is a way to specifiy the NOTPARALLEL
>> semantics only for particular targets,

> No, there isn't.

Hmm...  I wonder if something like this would work...:

NOTPARALLEL = .NOTPARALLEL
$(NOTPARALLEL):

check:
        make do-check NOTPARALLEL=in-parallel-ok
do-check: # existing check rule

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]