Skip to content

Commit b90e3e4

Browse files
committed
linux_alpha pattern should allow for more-detailed machine type such
as 'alphaev5', cf report from Stepanov 13-Apr-00.
1 parent 32e192d commit b90e3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/.similar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Format of this file is expr-style-regular-expression=templatefilename
2-
alpha-unknown-linux-gnu=linux_alpha
2+
alpha[a-z0-9]*-unknown-linux-gnu=linux_alpha
33
alpha[a-z0-9]*-dec-osf=alpha_cc
44
arm-unknown-linux-gnu=linux_arm
55
hppa[0-9.]*-hp-hpux=hpux_cc

0 commit comments

Comments
 (0)