~ubuntu-branches/ubuntu/saucy/fftw3/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-03 19:23:51 UTC
  • Revision ID: package-import@ubuntu.com-20111203192351-n9cil5qwb23d279c
Tags: 3.2.2-1ubuntu3
Revert the armel work-around. LP: #841437.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        #
67
67
        # double precision
68
68
        $(SETCFLAGS) ./configure $(archconfflags) $(archconfflags_double)
69
 
ifneq (,$(filter $(ARCHITECTURE), armel armhf))
70
 
        # work around LP: #841437
71
 
        $(MAKE) -C rdft/scalar/r2cf r2cf_64.lo CFLAGS='-g -Wall -O1 -pthread'
72
 
        $(MAKE) -C rdft/scalar/r2cb r2cb_64.lo CFLAGS='-g -Wall -O1 -pthread'
73
 
endif
74
69
        $(MAKE)
75
70
        ( cd tests ; $(MAKE) smallcheck )
76
71
        $(MAKE) install DESTDIR=`pwd`/debian/tmp-double