Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2022-12-16 20:28:48 +0300
committerJeff Johnston <jjohnstn@redhat.com>2022-12-16 20:28:48 +0300
commitc04c01524d20611fc14a17d2607e9c50bf5cc83e (patch)
treee9c2886c9d6aba743d1446029aedb8ba24fa56d2 /newlib/configure.host
parentabf672604bd0d8a2ad9f2ec7cae76ad5905c3092 (diff)
Revert "amdgcn: Add vectorized math routines"
This reverts commit 125e39bfea1a39341a60348c93a65cf4894e0f2a.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index 7157877ff..32d1436ba 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -119,7 +119,6 @@ case "${host_cpu}" in
amdgcn*)
newlib_cflags="${newlib_cflags} -D__DYNAMIC_REENT__"
machine_dir=amdgcn
- libm_machine_dir=amdgcn
newlib_cv_initfinit_array=yes
;;
arc*)