From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, HTML_MESSAGE,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 32614 invoked from network); 16 Feb 2022 09:51:12 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 16 Feb 2022 09:51:12 -0000 Received: (qmail 7704 invoked by uid 550); 16 Feb 2022 09:51:09 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 7671 invoked from network); 16 Feb 2022 09:51:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=studenti.unimore.it; s=google; h=mime-version:from:date:message-id:subject:to; bh=QErvsWGpkNibX7zipYePv5QNF8bZvaV1iYHVphC4Qvo=; b=TbzNXrl85qqD2Qv4mJ0UeFZRFAX1vUPlwTHBo0fOpdzP5qZO0v3A/sbgPKfcLM1hgZ 2WFX447C2UWVbQXsCu1PHlVkfoQEvYgzfv11GIBixiUCz6eHF0ygfPNf5R25WeoS5Ik3 XVl2omxicjIvTBTHUrf8aIMkd5Jsp2JVfZTlyCvr05P6C9cX/lQYqAqU4SoZ5YBW6H5+ gy/kJQkRS3E/ec8EZlmZoad23V0a7M5NMQXfJqHgLQ13VF/vTxsdpSg2WPvZIYc9EXe+ 5dfax+Tjm4JtE8xX42duxSVoREowhx24BvXsggjPJtbhY0mFa1grlqYtbmWfAQPhPzBm FEag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QErvsWGpkNibX7zipYePv5QNF8bZvaV1iYHVphC4Qvo=; b=m/IDrur9CmnIETkjWh2cZITdlf38bQVU/Ks6IRG0mGKJhaWBVhhlnqIkOPuB4oOIbW utNNxwihMllg8/6kTgB6EeyYSQ63Q5qeWqlfa1lNW3M8PbWbkT8gcCalZ02Lb1RQBDUJ UzX5HJSPvQ2j8xRE8/FRLN2bscep0CmB2hhz7LTgGV52Hj7FObTRCZXPLd/Plit3T5/f jL603H+ofYD2ufJqxT8fSIAU5tgywd5Cn24IF2N+fa8oW6U3QoeVNL/zc4FLd1yQFCAs m9obd8+vqQbsZWz9V9G8SPmN/GfPPA2Gi4tMeOtbPL7RENZB6mGhaY6UDaJrqF4R390N bI+Q== X-Gm-Message-State: AOAM532XN82D8pT/s5sOzZ3VYv4lKsCvkUYX+vX0DxxGR12jScJfSVaF Kqq5Or1OL8F9ZS+Je4nJQ0+6oR8j9t2KlSChhw8B7duVyAVYTw== X-Google-Smtp-Source: ABdhPJwNLMoLK1kB/6GCQmYKmgC/0Trzhyska9Fb20GmH61vF5aAA3Yha62gAQIwmTt5qdfTnidX5wcV9msGQGXD38Q= X-Received: by 2002:a81:6905:0:b0:2d6:6aef:acc4 with SMTP id e5-20020a816905000000b002d66aefacc4mr499006ywc.127.1645005056627; Wed, 16 Feb 2022 01:50:56 -0800 (PST) MIME-Version: 1.0 From: SIMONE MIONE <205212@studenti.unimore.it> Date: Wed, 16 Feb 2022 10:50:46 +0100 Message-ID: To: musl@lists.openwall.com Content-Type: multipart/alternative; boundary="0000000000000dec1a05d81f9604" Subject: [musl] musl how to use hard float with aarch64-none-elf-gcc --0000000000000dec1a05d81f9604 Content-Type: text/plain; charset="UTF-8" I am trying to integrate musl in a baremetal environment. I already have float support but I can't manage to disable soft-float by musl. I configure with: ./configure --target=aarch64-none-elf --enable-debug --disable-shared And simple compile with: make Does anyone know how to use hardfloat instead of soft float? Is there any option or flag? Thank you --0000000000000dec1a05d81f9604 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I am trying to integrate musl in a baremetal environm= ent. I already have float support but I can't manage to disable soft-fl= oat by musl.

I configure with:
./configure --target=3Daarch64-none-elf --enable-= debug --disable-shared
And simple compile with:
make

Does anyone= know how to use hardfloat instead of soft float? Is there any option or fl= ag? Thank you
--0000000000000dec1a05d81f9604--