From 9a1eb39a6018cdf98de8518a9dd68c67098b6dcb Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 25 Aug 2002 22:04:43 +0000 Subject: Kill the HAS_LONG_LONG option. It really did not make a lot of sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik --- extra/Configs/Config.alpha | 6 ------ extra/Configs/Config.arm | 6 ------ extra/Configs/Config.cross.arm.uclinux | 6 ------ extra/Configs/Config.h8300 | 6 ------ extra/Configs/Config.i386 | 6 ------ extra/Configs/Config.i960 | 6 ------ extra/Configs/Config.m68k | 6 ------ extra/Configs/Config.m68k.coff | 6 ------ extra/Configs/Config.mips | 6 ------ extra/Configs/Config.mipsel | 6 ------ extra/Configs/Config.powerpc | 6 ------ extra/Configs/Config.sh | 6 ------ extra/Configs/Config.sparc | 6 ------ extra/Configs/Config.v850e | 6 ------ extra/Configs/uClibc_config_fix.pl | 7 ------- 15 files changed, 91 deletions(-) (limited to 'extra/Configs') diff --git a/extra/Configs/Config.alpha b/extra/Configs/Config.alpha index 539093939..ab8e4bfe6 100644 --- a/extra/Configs/Config.alpha +++ b/extra/Configs/Config.alpha @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = true -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = true diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 8dfb0a511..1fa94378d 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -71,12 +71,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = false - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.cross.arm.uclinux b/extra/Configs/Config.cross.arm.uclinux index ff14d7f3b..4e45030b9 100644 --- a/extra/Configs/Config.cross.arm.uclinux +++ b/extra/Configs/Config.cross.arm.uclinux @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 14d719e55..8062fe64b 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -73,12 +73,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to `false' if you don't have/need locale support; `true' otherwise. # NOTE: Currently does not affect collation. # You must also generate the locale data and associated .h file. diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 8f50ef4e7..13e4916bb 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.i960 b/extra/Configs/Config.i960 index e0ac01b7a..be1a30b66 100644 --- a/extra/Configs/Config.i960 +++ b/extra/Configs/Config.i960 @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = false # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k index b022a8e1c..b204ef56a 100644 --- a/extra/Configs/Config.m68k +++ b/extra/Configs/Config.m68k @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.m68k.coff b/extra/Configs/Config.m68k.coff index 0138a0c57..f5d49ef11 100644 --- a/extra/Configs/Config.m68k.coff +++ b/extra/Configs/Config.m68k.coff @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 4ea3c130e..2103dea7d 100644 --- a/extra/Configs/Config.mips +++ b/extra/Configs/Config.mips @@ -70,12 +70,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.mipsel b/extra/Configs/Config.mipsel index 4e00504e1..2c796fe47 100644 --- a/extra/Configs/Config.mipsel +++ b/extra/Configs/Config.mipsel @@ -70,12 +70,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc index 873f1a91e..1df9c3e05 100644 --- a/extra/Configs/Config.powerpc +++ b/extra/Configs/Config.powerpc @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 8ac29bba5..a88f9d601 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -95,12 +95,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = false - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index 9e88ef32f..188cfaf13 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -67,12 +67,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = true -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to 'false if you don't need shadow password support. HAS_SHADOW = false diff --git a/extra/Configs/Config.v850e b/extra/Configs/Config.v850e index 144c5ab79..8c5646213 100644 --- a/extra/Configs/Config.v850e +++ b/extra/Configs/Config.v850e @@ -72,12 +72,6 @@ HAS_FLOATING_POINT = true # of C99 math library features. Costs an extra 35k or so on x86. DO_C99_MATH = false -# Set this to `false' if you don't have/need "(unsigned) long long int" support. -# Set it to `true' otherwise. -# Affects *printf and *scanf functions. -# Also omits strto(u)ll, and (u)lltostr from the library if `false'. -HAS_LONG_LONG = true - # Set this to `false' if you don't have/need locale support; `true' otherwise. # NOTE: Currently does not affect collation. # You must also generate the locale data and associated .h file. diff --git a/extra/Configs/uClibc_config_fix.pl b/extra/Configs/uClibc_config_fix.pl index 7988dff8b..0ea84dcec 100755 --- a/extra/Configs/uClibc_config_fix.pl +++ b/extra/Configs/uClibc_config_fix.pl @@ -44,7 +44,6 @@ my($mmu) = ""; my($large_file) = ""; my($rpc_support) = ""; my($c99_math) = ""; -my($long_long) = ""; my($float) = ""; my($threads) = ""; my($shadow) = ""; @@ -69,7 +68,6 @@ Getopt::Long::Configure("no_ignore_case", "bundling"); "large_file=s" => \$large_file, "rpc_support=s" => \$rpc_support, "c99_math=s" => \$c99_math, - "long_long=s" => \$long_long, "float=s" => \$float, "threads=s" => \$threads, "shadow=s" => \$shadow, @@ -88,7 +86,6 @@ chomp($mmu); chomp($large_file); chomp($rpc_support); chomp($c99_math); -chomp($long_long); chomp($float); chomp($threads); chomp($shadow); @@ -154,10 +151,6 @@ while($line = ) { print "DO_C99_MATH=$c99_math\n"; next; } - if ($long_long && $line =~ /^HAS_LONG_LONG.*/) { - print "HAS_LONG_LONG=$long_long\n"; - next; - } if ($float && $line =~ /^HAS_FLOATING_POINT.*/) { print "HAS_FLOATING_POINT=$float\n"; next; -- cgit v1.2.3