X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.58.128.67 with SMTP id nm3mr430645veb.38.1383939854638; Fri, 08 Nov 2013 11:44:14 -0800 (PST) X-Received: by 10.49.50.195 with SMTP id e3mr412523qeo.2.1383939854619; Fri, 08 Nov 2013 11:44:14 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Fri, 8 Nov 2013 11:44:14 -0800 (PST) Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.40.27.63; posting-account=eVrEawoAAADQsAq8j1547wmK-xA1XmPE NNTP-Posting-Host: 2.40.27.63 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <851e9911-f991-4c64-8fe9-79f47e74ffe3@googlegroups.com> Subject: optimize fo pentium machine From: iw2evk AT gmail DOT com Injection-Date: Fri, 08 Nov 2013 19:44:14 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2120 Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, i'm intersted to optimize a program for pentium machine. So i've created a script file like this : #!/bin/sh CFLAGS="-march=pentiumpro -mtune=generic -O6 -fomit-frame-pointer -frename-registers -fweb -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -ffast-math" export CFLAGS ./configure --enable-graphics --without-utf8 --without-gpm --without-svgalib --without-x --without-fb --without-directfb --without-pmshell --without-windows --without-atheos .Ok, the script run, but terminated ./configure i don't have the openssl libraries enclosed BUT THE EXECUTABLE RUNNING FASTER.. This is my build for pentium http://perotti.ic.cz/links/linkspentium.7z If i start from bash ./configure --enable-graphics --without-utf8 the openssl libraries it's recognized .. but i can't optimize for pentium. It's wrongh somethinks in cflag configuration? -06 it's right or it's better -02? Can be a set in cflag disturb the recognizing of openssl? P.s. the program its' the same of my previusly test : links2.8 browser Many thanks in advance Roberto iw2evk