summaryrefslogtreecommitdiff
path: root/debian/rules.defs
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules.defs')
-rw-r--r--debian/rules.defs13
1 files changed, 2 insertions, 11 deletions
diff --git a/debian/rules.defs b/debian/rules.defs
index bd744ca..c95ced3 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -458,17 +458,8 @@ multilib_multiarch_map = \
mlib_to_march = $(patsubst $(DEB_TARGET_ARCH)/$(1)=%,%, \
$(filter $(DEB_TARGET_ARCH)/$(1)=%,$(multilib_multiarch_map)))
-ifneq (,$(DEB_STAGE))
- with_gccbase := yes
- with_gccxbase :=
-else
- # build a -base package.
- ifneq ($(DEB_CROSS),yes)
- with_gccbase := yes
- else
- with_gccxbase := yes
- endif
-endif
+# build a -base package.
+with_gccbase := yes
# build dev packages.
ifneq ($(DEB_STAGE),rtlibs)