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 --- glibc/targets/genericv7a/options | 1 + glibc/targets/genericv7a/triplet | 1 + 2 files changed, 2 insertions(+) create mode 100644 glibc/targets/genericv7a/options create mode 100644 glibc/targets/genericv7a/triplet (limited to 'glibc/targets/genericv7a') diff --git a/glibc/targets/genericv7a/options b/glibc/targets/genericv7a/options new file mode 100644 index 0000000..bd7d438 --- /dev/null +++ b/glibc/targets/genericv7a/options @@ -0,0 +1 @@ +--with-arch=armv7-a --with-float=softfp --with-float-abi=softfp diff --git a/glibc/targets/genericv7a/triplet b/glibc/targets/genericv7a/triplet new file mode 100644 index 0000000..d34ec00 --- /dev/null +++ b/glibc/targets/genericv7a/triplet @@ -0,0 +1 @@ +arm-linux-gnueabi -- cgit v1.3.1