./devel/ccache, Cache for C/C++ compilers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q4, Version: 4.7.4nb2, Package name: ccache-4.7.4nb2, Maintainer: pkgsrc-users

ccache is a compiler cache. It acts as a caching pre-processor
to C/C++ compilers, using the -E compiler switch and a hash to
detect when a compilation can be satisfied from cache. This
often results in a 5 to 10 times speedup in common compilations.


Master sites:

Filesize: 725.598 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-04 13:26:08 by Benny Siegert | Files touched by this commit (1)
Log message:
Pullup ticket #6713 - requested by gutteridge
devel/ccache: i386 build fix

Revisions pulled up:
- devel/ccache/Makefile                                         1.68

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Wed Jan  4 02:26:47 UTC 2023

   Modified Files:
            pkgsrc/devel/ccache: Makefile

   Log message:
   ccache: fix builds on i386 (and possibly other arches)

   Addresses PR pkg/57157 from ano(ther)nymous.