diff options
Diffstat (limited to 'recipes/at76c503a/at76c503a-modules/makefile.cc.patch')
-rw-r--r-- | recipes/at76c503a/at76c503a-modules/makefile.cc.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/at76c503a/at76c503a-modules/makefile.cc.patch b/recipes/at76c503a/at76c503a-modules/makefile.cc.patch new file mode 100644 index 0000000000..c7a41990d3 --- /dev/null +++ b/recipes/at76c503a/at76c503a-modules/makefile.cc.patch @@ -0,0 +1,11 @@ +--- at76c503a/Makefile.old 2005-07-29 21:57:34.000000000 +0200 ++++ at76c503a/Makefile 2005-07-29 21:57:43.000000000 +0200 +@@ -9,7 +9,7 @@ + # the License, or (at your option) any later version. + # + +-CC=gcc ++#CC=gcc + + ifneq (,$(KVERS)) + KERNEL_VERSION=$(KVERS) |