diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 0a7d0379fd..e807a4cba2 100644 --- a/config.make.in +++ b/config.make.in @@ -42,6 +42,7 @@ build-omitfp = @omitfp@ build-bounded = @bounded@ stdio = @stdio@ add-ons = @subdirs@ +cross-compiling = @cross_compiling@ # Build tools. CC = @CC@ |