From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) by sourceware.org (Postfix) with ESMTPS id B6BD3385DC0C for ; Mon, 13 Apr 2020 20:32:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B6BD3385DC0C Received: by mail-io1-xd29.google.com with SMTP id i3so10797057ioo.13 for ; Mon, 13 Apr 2020 13:32:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=OspNE7AUESPYcVJ6tE9DOjKGiTNTz1MyqqgahrR2kek=; b=BZbYr5YM853zCU1ftmHwDMeWFzWjqZHwVW8gFuaZkYHt8CxHI4U7iXqb6sdtMxFBD7 +RzA9BifMTEYfzWw+KIz25y5QT2vZzt0JC8euLrDulqeREksQViPvYxcDIQqFshcCARQ R/xFnkfrhTR9tSbCE2dLPpQhxGpvyxqZ23nhLddOoPpuchmB7tpd/SffWb/1o5rDHALn cp0qP5DEg9hMSM79tw+zfGuDC+iZMp1C884PBqk84tla9UskQlPQjEW3PdJlYkjTCdjo JeAG0e5Ht6IycTcxI1v3sl+PrJWcceMVwam57iPxDzIvxaUpwNXGkbpvWWMi8RbNFVDg D4FA== X-Gm-Message-State: AGi0PubxLi6HdQRTHuqkhwHPOEGjBGliCgcP8pXTuCCwq+GAqU9vKfhW vhPwXybWTJubtlO3BxtSmY6dWgeBjS3lSkhf4vw= X-Google-Smtp-Source: APiQypIIH6Q+6Sn1F0gu1oRzqhGy5I8PQY4FLOvLxmI+wOxdWfzqtzDyww/Fi+ybfjWXVu0N0wNn0NwhSjeN63PaKN0= X-Received: by 2002:a6b:cb04:: with SMTP id b4mr17119759iog.95.1586809956247; Mon, 13 Apr 2020 13:32:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 13 Apr 2020 21:32:24 +0100 Message-ID: Subject: Re: How to configure thread model to be used by a custom GCC port ? To: William Tambe Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 20:32:39 -0000 On Mon, 13 Apr 2020 at 19:53, William Tambe via Gcc-help wrote: > > How to configure GCC "Thread model"? > > in our port it is currently "single", however we would like for it to be "posix" See gcc/configure.ac where target_thread_file is set.