--- rules.defs~ 2013-03-01 02:24:11.000000000 +0000 +++ rules.defs 2013-03-01 03:22:31.000000000 +0000 @@ -788,7 +788,7 @@ # Fortran 95 ------------------- fortran_no_cross := yes -fortran_no_cross := no +#fortran_no_cross := no ifneq ($(with_base_only),yes) ifneq ($(separate_lang),yes) @@ -798,6 +798,9 @@ ifeq ($(fortran_no_cross)-$(DEB_CROSS),yes-yes) with_fortran := disabled for cross compiler package endif +ifeq ($(fortran_no_cross)-$(REVERSE_CROSS),yes-yes) + with_fortran := disabled when cross-building native compiler package +endif with_fortran := $(call envfilt, fortran, , , $(with_fortran)) # Build all packages needed for Fortran development