~bladernr/opencompute/stressapptest

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Pierre Blanc
  • Date: 2015-01-20 19:42:47 UTC
  • mfrom: (6.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20150120194247-76safnt67dpdvzk6
Tags: 1.0.6-2
Add i586 support patch. (Closes: #775642)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
26
26
              [Defined if the target CPU is i686])
27
27
    ;;
 
28
  "xi586"*)
 
29
    AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
 
30
              [Defined if the target CPU is i586])
 
31
    ;;
28
32
  "xi486"*)
29
33
    AC_DEFINE([STRESSAPPTEST_CPU_I686],[],
30
34
              [Defined if the target CPU is i486])