aboutsummaryrefslogtreecommitdiff
path: root/comms/gnuradio/files/patch-config_usrp_sdcc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'comms/gnuradio/files/patch-config_usrp_sdcc.m4')
-rw-r--r--comms/gnuradio/files/patch-config_usrp_sdcc.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/gnuradio/files/patch-config_usrp_sdcc.m4 b/comms/gnuradio/files/patch-config_usrp_sdcc.m4
new file mode 100644
index 000000000000..af3542655373
--- /dev/null
+++ b/comms/gnuradio/files/patch-config_usrp_sdcc.m4
@@ -0,0 +1,11 @@
+--- config/usrp_sdcc.m4.orig 2010-11-19 20:32:17.000000000 -0500
++++ config/usrp_sdcc.m4 2010-11-19 20:33:49.000000000 -0500
+@@ -21,7 +21,7 @@
+ [
+ sdccok=yes
+ AC_CHECK_PROG(XCC, sdcc, sdcc -mmcs51 --no-xinit-opt,no)
+- AC_CHECK_PROG(XAS, asx8051, asx8051 -plosgff,no)
++ AC_CHECK_PROG(XAS,sdas8051 , sdas8051 -plosgff,no)
+
+ if test "$XCC" = "no" -o "$XAS" = "no" ; then
+ AC_MSG_RESULT([USRP requires sdcc. sdcc not found. See http://sdcc.sf.net])