~ubuntu-branches/ubuntu/oneiric/parted/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Colin Watson
  • Date: 2010-11-29 12:59:26 UTC
  • Revision ID: cjwatson@canonical.com-20101129125926-0fxevlesmtwg9zi1
Drop change to add -fno-stack-protector on sparc; we no longer support
sparc in Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
endif
101
101
endif
102
102
 
103
 
# disable ssp on sparc
104
 
ifeq (sparc, $(DEB_BUILD_ARCH))
105
 
CFLAGS += -fno-stack-protector
106
 
UDEB_CFLAGS += -fno-stack-protector
107
 
endif
108
 
 
109
103
# This is a workaround for a m68k compiler bug ...
110
104
ifeq (m68k, $(DEB_BUILD_ARCH))
111
105
  CONFFLAGS += --disable-Werror