aboutsummaryrefslogtreecommitdiff
path: root/libgomp/allocator.c
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2023-08-17 10:14:49 +0200
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2023-08-17 10:14:49 +0200
commit0beac9209f0ae230b34ad31e76e7b0b633a5fb21 (patch)
treed01cd348e634c631bace61070d7501eaa1f8fe88 /libgomp/allocator.c
parent51d702f3baf73aa4016b9798045d13318074ca1e (diff)
downloadgcc-0beac9209f0ae230b34ad31e76e7b0b633a5fb21.zip
gcc-0beac9209f0ae230b34ad31e76e7b0b633a5fb21.tar.gz
gcc-0beac9209f0ae230b34ad31e76e7b0b633a5fb21.tar.bz2
build: Allow for Xcode 15 ld -v output
Since Xcode 15 beta 6, ld -v output differs from previous versions: * macOS 13/Xcode 14: @(#)PROGRAM:ld PROJECT:ld64-857.1 * macOS 14/Xcode 15: @(#)PROGRAM:ld PROJECT:dyld-1015.1 configure cannot handle the new form, so LD64_VERSION isn't set. This patch fixes this. The autoconf manual states that sed doesn't portably support alternation, so I'm using two separate expressions to extract the version number. Tested on x86_64-apple-darwin23.0.0. 2023-08-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> gcc: * configure.ac (gcc_cv_ld64_version): Allow for dyld in ld -v output. * configure: Regenerate.
Diffstat (limited to 'libgomp/allocator.c')
0 files changed, 0 insertions, 0 deletions