is this correct with a "REVERSE_CROSS" build?
@@ -245,10 +261,15 @@ with_common_libs := yes # XXX: should with_common_libs be "yes" only if this is the default compiler # version on the targeted arch?
-# build a -base package. -ifneq ($(DEB_CROSS),yes) - with_gccbase := yes +ifndef DEB_STAGE + # build a -base package. + ifneq ($(DEB_CROSS),yes) + with_gccbase := yes + else + with_gccxbase := yes + endif endif + # build dev packages. with_dev := yes
is this correct with a "REVERSE_CROSS" build?
@@ -245,10 +261,15 @@ with_common_libs := yes
# XXX: should with_common_libs be "yes" only if this is the default compiler
# version on the targeted arch?
-# build a -base package.
-ifneq ($(DEB_CROSS),yes)
- with_gccbase := yes
+ifndef DEB_STAGE
+ # build a -base package.
+ ifneq ($(DEB_CROSS),yes)
+ with_gccbase := yes
+ else
+ with_gccxbase := yes
+ endif
endif
+
# build dev packages.
with_dev := yes