File: rules

package info (click to toggle)
libvecpf 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,848 kB
  • sloc: sh: 11,637; ansic: 1,591; makefile: 46
file content (12 lines) | stat: -rwxr-xr-x 279 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie

ifeq "$(DEB_BUILD_ARCH)" "ppc64el"
# As ppc64el doesn't support older processors, it's highly recommended to
# enable POWER8 vector instructions.
CFLAGS+="-mcpu=power8"
endif

%:
	dh $@