summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorThierry Reding <thierry@gilfi.de>2006-10-16 09:39:59 +0000
committerThierry Reding <thierry@gilfi.de>2006-10-16 09:39:59 +0000
commit1b0d29afbcfe8eeb1eca380b6bb6462c0eaa882c (patch)
tree622d726be865b7bb9ab0a09e75b0885f4f24506d /debian/rules
parent55cf480c0b017e9ac7b1792cad64d89edcbe83ec (diff)
Rename the CPU optimization configurations to make it clear that they only
build swx11 and GLU. Build architecture-optimized swx11 and GLU where possible.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 1 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index c0b75b16511..6abe4968d05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_BUILD_DIR ?= $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
export DEB_BUILD_ARCH
# build the following configurations
-CONFIGS = debian-swx11+glu \
+CONFIGS = debian-swx11+glu-arch \
debian-dri-arch \
debian-osmesa16 \
debian-osmesa16-static \
@@ -45,10 +45,6 @@ endif
# CONFIGS += debian-alpha-ev5
#endif
-ifeq ($(DEB_BUILD_ARCH), amd64)
- CONFIGS += debian-amd64
-endif
-
#ifeq ($(DEB_BUILD_ARCH), powerpc)
# CONFIGS += debian-powerpc-603
#endif