patch-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch-gnuradio] Fix configure SDCC check to use provided XCC


From: Michael Dickens
Subject: [Patch-gnuradio] Fix configure SDCC check to use provided XCC
Date: Mon, 16 May 2011 15:33:49 -0400

In config/usrp_sdcc.m4, if the variables XCC and XAS are both set/found, then 
the SDCC version is checked via:

sdcc_version=`sdcc --version 2>&1 | \
                        sed  's/\(SDCC.* \)\([[0-9]]*\.[[0-9]]*\.[[0-9]]*\)\( 
.*$\)/\2/'`

which will not work if 'sdcc' is not in the current / usual path -- e.g., if 
XCC or XAS is set by the user.  This patch provides 'configure --help' for 
those variables, as well as corrects the above line for retrieving SDCC's 
version.  This diff is off if the current master, using 'git diff'. - MLD

Attachment: patch_config_usrp_sdcc.m4.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]