Patch configure script to choose pass_all deplibs check method for linux-gnu* systems on mips64. This is a temporary hack until liboop bootstraps their build system with a newer libtool. Patch by Mark H Weaver . --- liboop/configure.orig 2003-10-26 11:41:19.000000000 -0500 +++ liboop/configure 2013-11-02 18:09:11.079995796 -0400 @@ -3395,7 +3395,7 @@ # This must be Linux ELF. linux*) case $host_cpu in - alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) + alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | mips64 | mips64el | powerpc* | sparc* | s390* | sh*) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM > Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/HACKING
AgeCommit message (Collapse)Author
2020-10-23doc: Fix typo in HACKING.Maxim Cournoyer
* HACKING (Contributing): s/informations/information/.
2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual.Ludovic Courtès
* HACKING (Commit Access): Remove. (Contributing): Update URL of the manual. * doc/contributing.texi (Commit Access): New section. (Submitting Patches): Add cross reference.
2020-01-09doc: Add "Tracking Bugs and Patches" section.Ludovic Courtès
* doc/contributing.texi (Tracking Bugs and Patches): New section. (Submitting Patches): Refer to it. * doc/guix.texi: Update copyright line. * HACKING (Using emacs-debbugs): Remove.
2019-07-13doc: Update keyserver URL.Leo Famulari
* HACKING (Commit Access): Change keyserver URL to 'keys.openpgp.org'.
2019-02-11HACKING: Update key server.Ludovic Courtès
* HACKING (Commit Access): Recommend pool.sks-keyservers.net.
2018-07-22doc: Fix typo (missing period)Pierre Neidhardt
* HACKING (Commit Access): Fix typo.
2017-08-19doc: Mention how to use emacs-debbugs.Arun Isaac
* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs.