From 5534b7f13328aed7e1cbcc7bdcc3a8f03cf1b0ef Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 28 Dec 2002 01:35:11 +0000 Subject: [PATCH] Hmm, the variables $x96_elf_asm and others contain a number of colons, so when removing one reference, if should be replaced with the appropriate number of colons, or chaos will follow... --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 4c7a99de77..df29f780d1 100755 --- a/Configure +++ b/Configure @@ -480,7 +480,7 @@ my %table=( # SCO cc. "sco5-cc", "cc:-belf::(unknown)::-lsocket -lresolv -lnsl:${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:svr3-shared:-Kpic", # des options? "sco5-cc-pentium", "cc:-Kpentium::(unknown)::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:::", # des options? -"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lsocket -lresolv -lnsl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::dlfcn:svr3-shared:-fPIC", +"sco5-gcc", "gcc:-O3 -fomit-frame-pointer::(unknown)::-lsocket -lresolv -lnsl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::dlfcn:svr3-shared:-fPIC", # Sinix/ReliantUNIX RM400 # NOTE: The CDS++ Compiler up to V2.0Bsomething has the IRIX_CC_BUG optimizer problem. Better use -g */ -- 2.25.1