From f0ea44a573bf880e5164e044bb7f4430b1254552 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Wed, 18 Dec 2013 10:28:42 -0300 Subject: configpm: Remove remnants of the old cross model --- configpm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configpm') diff --git a/configpm b/configpm index 5484b188a8..a8a8ca1226 100755 --- a/configpm +++ b/configpm @@ -11,7 +11,6 @@ # lib/Config.pm # lib/Config_heavy.pl # lib/Config.pod -# lib/Cross.pm (optionally) # # # from the contents of the static files @@ -23,7 +22,6 @@ # # config.sh # -# Note that output directory is xlib/[cross-name]/ for cross-compiling # # It will only update Config.pm and Config_heavy.pl if the contents of # either file would be different. Note that *both* files are updated in @@ -32,7 +30,6 @@ sub usage { die < '', # --cross=PLATFORM - crosscompiling for PLATFORM 'glossary' => 1, # --no-glossary - no glossary file inclusion, # for compactness 'chdir' => '', # --chdir=dir - change directory before writing files @@ -1096,7 +1092,6 @@ if ($orig_config_txt ne $config_txt or $orig_heavy_txt ne $heavy_txt) { # Now do some simple tests on the Config.pm file we have created unshift(@INC,'lib'); -unshift(@INC,'xlib/symbian') if $Opts{cross}; require $Config_PM; require $Config_heavy; import Config; -- cgit v1.2.1