[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug:Wrong compiler directives for gcc 3.0.3 in configure
From: |
john.lindholm |
Subject: |
Bug:Wrong compiler directives for gcc 3.0.3 in configure |
Date: |
Fri, 11 Jan 2002 00:55:51 +0100 |
User-agent: |
IMP/PHP IMAP webmail program 2.2.0-pre12 |
My system:
Linux 2.4.17
gcc 3.0.3
gprolog 1.2.8
warning while compiling:
gplc -c -C '-O3 ' obj_begin.c
`-mpentiumpro' is deprecated. Use `-march=pentiumpro' or `-mcpu=pentiumpro'
instead.
in file configure change line 2126 to '-mcpu=pentiumpro' instead of
'pentiumpro', try change the hole line of processors...It fixes it.
Question: Is do{
...
}while(0) the fastest way for macros? Do the compiler skipp
the while(0) test since it's "useless" ?
John Lindholm
Vasteras
Sweden
-------------------------------------------------
FREE E-MAIL IN 1 MINUTE!
- address@hidden - http://www.pc.nu
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Bug:Wrong compiler directives for gcc 3.0.3 in configure,
john.lindholm <=