Ticket #10: apgcc64.patch

File apgcc64.patch, 1.0 kB (added by Jan-Nik, 6 months ago)

Here's a very little patch which lets 64 bit users use apgcc too.

  • ChangeLog

    old new  
     12008-06-08  Jan Niklas Hasse  <jhasse@gmail.com> 
     2 
     3        * Don't use realpath@GLIBC_2.0 on x86_64 architecture. 
     4 
    15--------------------  2.0.6 was released  -------------------- 
    26 
    37Sun Dec 30 19:17:03 UTC 2007  Taj Morton  <tajmorton@gmail.com> 
  • apsymbols.h

    old new  
    4646__asm__(".symver pthread_cond_signal,pthread_cond_signal@GLIBC_2.0"); 
    4747__asm__(".symver pthread_cond_timedwait,pthread_cond_timedwait@GLIBC_2.0"); 
    4848__asm__(".symver pthread_cond_wait,pthread_cond_wait@GLIBC_2.0"); 
     49#ifndef __x86_64 
    4950__asm__(".symver realpath,realpath@GLIBC_2.0"); 
     51#endif 
    5052__asm__(".symver regexec,regexec@GLIBC_2.0"); 
    5153__asm__(".symver __strcasecmp_l,__strcasecmp_l@GLIBC_2.1"); 
    5254__asm__(".symver __strcoll_l,__strcoll_l@GLIBC_2.1");