mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug23721/my41-bug23721
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint BUILD/check-cpu: Auto merged
This commit is contained in:
commit
3125781a8d
2 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,7 @@ check_cpu () {
|
|||
fi
|
||||
|
||||
# parse CPU flags
|
||||
for flag in `$cpuinfo | grep '^flags' | sed -e 's/^flags.*: //'`; do
|
||||
for flag in `$cpuinfo | grep '^flags' | sed -e 's/^flags.*: //' -e 's/[^a-zA-Z0-9_ ]/_/g'`; do
|
||||
eval cpu_flag_$flag=yes
|
||||
done
|
||||
else
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
454f8960jsVT_kMKJtZ9OCgXoba0xQ
|
||||
4554a95d7txO1DuO9G3nAizI3SkFAA
|
||||
4554b3722d71SbPiI2Gx-RhbZjmuIQ
|
||||
45ae6628gqKTsUFfnoNExadETVIkbA
|
||||
|
|
Loading…
Add table
Reference in a new issue