This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs-1.0 and libjpeg.so.6.0.1


> I compiled with the following flags (as well as some others specific to the
> xv build):
> 
> -march=pentium -O8 -funroll-loops -ffast-math -fomit-frame-pointer -fexp
> ensive-optimizations -malign-double -malign-loops=0 -malign-jumps=0 -malign-func
> tions=0 

the -malign-double is the problem.. the libjpeg uses a structure
with doubles in it. everything else should be ok.

      -----==-                                              |
      ----==-- _                                            |
      ---==---(_)__  __ ____  __       Marc Lehmann       +--
      --==---/ / _ \/ // /\ \/ /       pcg@goof.com       |e|
      -=====/_/_//_/\_,_/ /_/\_\                          --+
    The choice of a GNU generation                        |
                                                          |


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]