1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 <2011> 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 <2011> 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Make target_arch only ... doesn't seem to work on 3.14.11 |
From: | [email protected] |
To: | Janet Anderson <[email protected]> |
Cc: | EPICS tech-talk <[email protected]> |
Date: | Mon, 21 Feb 2011 09:32:36 -0800 |
On 09:39 Mon 21 Feb , Janet Anderson wrote: > The following lines will force a Makefile to build the abcd LIBRARY only > for the linux-armv4tl arch. > > LIBRARY_linux-armv4tl = abcd > LIBRARY = $(LIBRARY_$(T_A)) > Very elegant and best of all it works!