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
-- allow building intermediate stages for gcc https://bugs.launchpad.net/bugs/603497 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
