comparison libatomic/configure.tgt @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 # -*- shell-script -*- 1 # -*- shell-script -*-
2 # Copyright (C) 2012-2018 Free Software Foundation, Inc. 2 # Copyright (C) 2012-2020 Free Software Foundation, Inc.
3 # Contributed by Richard Henderson <rth@redhat.com>. 3 # Contributed by Richard Henderson <rth@redhat.com>.
4 # 4 #
5 # This file is part of the GNU Atomic Library (libatomic). 5 # This file is part of the GNU Atomic Library (libatomic).
6 # 6 #
7 # Libatomic is free software; you can redistribute it and/or modify it 7 # Libatomic is free software; you can redistribute it and/or modify it
51 esac 51 esac
52 ;; 52 ;;
53 arm*) 53 arm*)
54 ARCH=arm 54 ARCH=arm
55 case "${target}" in 55 case "${target}" in
56 arm*-*-freebsd*) 56 arm*-*-freebsd* | arm*-*-netbsd*)
57 ;; 57 ;;
58 *) 58 *)
59 # ??? Detect when -march=armv7 is already enabled. 59 # ??? Detect when -march=armv7 is already enabled.
60 try_ifunc=yes 60 try_ifunc=yes
61 ;; 61 ;;
122 aarch64*-*-linux*) 122 aarch64*-*-linux*)
123 # OS support for atomic primitives. 123 # OS support for atomic primitives.
124 config_path="${config_path} linux/aarch64 posix" 124 config_path="${config_path} linux/aarch64 posix"
125 ;; 125 ;;
126 126
127 arm*-*-linux*) 127 arm*-*-linux* | arm*-*-uclinux*)
128 # OS support for atomic primitives. 128 # OS support for atomic primitives.
129 config_path="${config_path} linux/arm posix" 129 config_path="${config_path} linux/arm posix"
130 ;; 130 ;;
131 131
132 s390*-*-linux*) 132 s390*-*-linux*)