diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-18 05:57:45 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-18 05:57:45 +0000 |
commit | b90e3e4cbb8bbf8ce9df6970297350d14554055b (patch) | |
tree | f73da10879071f6f0a624806a4d8e361c63efce5 | |
parent | 32e192d71295138291c4ae0d74483a4d9034b71d (diff) | |
download | postgresql-b90e3e4cbb8bbf8ce9df6970297350d14554055b.tar.gz postgresql-b90e3e4cbb8bbf8ce9df6970297350d14554055b.zip |
linux_alpha pattern should allow for more-detailed machine type such
as 'alphaev5', cf report from Stepanov 13-Apr-00.
-rw-r--r-- | src/template/.similar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/.similar b/src/template/.similar index 444f8c647b8..f19ce14d034 100644 --- a/src/template/.similar +++ b/src/template/.similar @@ -1,5 +1,5 @@ # Format of this file is expr-style-regular-expression=templatefilename -alpha-unknown-linux-gnu=linux_alpha +alpha[a-z0-9]*-unknown-linux-gnu=linux_alpha alpha[a-z0-9]*-dec-osf=alpha_cc arm-unknown-linux-gnu=linux_arm hppa[0-9.]*-hp-hpux=hpux_cc |