From 1559cbe1ebcea1dac3f5c3a40a51efedd7766ffc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 7 Sep 2024 14:55:46 +0000 Subject: Initial commit Signed-off-by: Laurent Bercot --- musl/targets/o3/options | 1 + musl/targets/o3/triplet | 1 + 2 files changed, 2 insertions(+) create mode 100644 musl/targets/o3/options create mode 100644 musl/targets/o3/triplet (limited to 'musl/targets/o3') diff --git a/musl/targets/o3/options b/musl/targets/o3/options new file mode 100644 index 0000000..d9f44a4 --- /dev/null +++ b/musl/targets/o3/options @@ -0,0 +1 @@ +--with-arch=armv7-a --with-tune=cortex-a5 --with-float=soft --with-float-abi=soft diff --git a/musl/targets/o3/triplet b/musl/targets/o3/triplet new file mode 100644 index 0000000..d1a6ca6 --- /dev/null +++ b/musl/targets/o3/triplet @@ -0,0 +1 @@ +arm-linux-musleabi -- cgit v1.3.1