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, 0 insertions, 11 deletions
diff --git a/comms/gnuradio/files/patch-config_usrp_sdcc.m4 b/comms/gnuradio/files/patch-config_usrp_sdcc.m4
deleted file mode 100644
index af3542655373..000000000000
--- a/comms/gnuradio/files/patch-config_usrp_sdcc.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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])