Re: [AD] Allegro 4.1.18 WIP RC1 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 24 January 2005 14:11, Marcio Afonso Arimura Fialho wrote:
> There's however a minor issue when compiling with GCC
> 3.4.1. It complains that the '-mcpu=pentium' flag
> is
> deprecated (see below):
>
> gcc -DALLEGRO_LIB_BUILD -Wall -W -Wstrict-prototypes
> -Wno-unused -Werror -mcpu=pentium -O2 -funroll-loops
> -ffast-math -fomit-frame-pointer -I. -I./include -o
> obj/djgpp/alleg/exgui.o -c examples/exgui.c
> `-mcpu=' is deprecated. Use `-mtune=' or '-march='
> instead.
I think this was reported before... not sure if anyone ever decided on what
to do with it though...
Simply changing the switch isn't an option I think, because it breaks older
versions of the compiler...
But we should look into this for 4.2
Evert