* [gentoo-commits] gentoo commit in src/patchsets/openafs/patches/1.4: 001_all_compiler-settings.patch
@ 2010-06-21 22:29 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-06-21 22:29 UTC (permalink / raw
To: gentoo-commits
vapier 10/06/21 22:29:16
Modified: 001_all_compiler-settings.patch
Log:
properly look up as/ar/ld/strip for the target toolchain
Revision Changes Path
1.5 src/patchsets/openafs/patches/1.4/001_all_compiler-settings.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/openafs/patches/1.4/001_all_compiler-settings.patch?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/openafs/patches/1.4/001_all_compiler-settings.patch?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/openafs/patches/1.4/001_all_compiler-settings.patch?r1=1.4&r2=1.5
Index: 001_all_compiler-settings.patch
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/openafs/patches/1.4/001_all_compiler-settings.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- 001_all_compiler-settings.patch 21 Jun 2010 19:46:58 -0000 1.4
+++ 001_all_compiler-settings.patch 21 Jun 2010 22:29:16 -0000 1.5
@@ -16,3 +16,21 @@
XLIBS="${LIB_AFSDB} ${XBSA_XLIBS}"
dnl debugging and optimization flag defaults
+@@ -23,13 +23,13 @@
+
+ dnl standard programs
+ AC_PROG_RANLIB
+-AC_CHECK_PROGS(AS, as, [${am_missing_run}as])
+-AC_CHECK_PROGS(AR, ar, [${am_missing_run}ar])
++AC_CHECK_TOOLS(AS, as, [${am_missing_run}as])
++AC_CHECK_TOOLS(AR, ar, [${am_missing_run}ar])
+ AC_CHECK_PROGS(MV, mv, [${am_missing_run}mv])
+ AC_CHECK_PROGS(RM, rm, [${am_missing_run}rm])
+-AC_CHECK_PROGS(LD, ld, [${am_missing_run}ld])
++AC_CHECK_TOOLS(LD, ld, [${am_missing_run}ld])
+ AC_CHECK_PROGS(CP, cp, [${am_missing_run}cp])
+-AC_CHECK_PROGS(STRIP, strip, [${am_missing_run}strip])
++AC_CHECK_TOOLS(STRIP, strip, [${am_missing_run}strip])
+ AC_CHECK_PROGS(LORDER, lorder, [${am_missing_run}lorder])
+
+ dnl TODO - need to disable STRIP if we are doing debugging in any user space code
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-21 22:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-21 22:29 [gentoo-commits] gentoo commit in src/patchsets/openafs/patches/1.4: 001_all_compiler-settings.patch Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox