[parisc-linux] Re: Compiling glide-2001.01.26 on hppa

Randolph Chung Randolph Chung <tausq@debian.org>
Sat, 24 Aug 2002 11:01:37 -0700


> cc -O6 -m486 -fomit-frame-pointer -funroll-loops \
> -fexpensive-optimizations -ffast-math -DBIG_OPT -I. \
> -I/usr/src/glide-2001.01.26/build-tree/glide2x/swlibs/include \
> -I/usr/src/glide-2001.01.26/build-tree/glide2x/cvg/include \
> -DENDB -DX11 -Wall -fPIC -DPIC -c -o fx64.o fx64.c
> 
> cc1: Invalid option `486'
> 
> 
> My question is, what incantation should I use on hppa to
> replace the '-O6 -m486 -f...' CFLAGS?

i would suggest just using "-O2" for now....

randolph