patch-Makefile 675 B

1234567891011121314151617
  1. --- pcmciautils-017.orig/Makefile 2010-01-06 16:47:45.000000000 +0100
  2. +++ pcmciautils-017/Makefile 2010-05-29 17:15:03.515625000 +0200
  3. @@ -94,12 +94,13 @@ PWD = $(shell pwd)
  4. # If you are running a cross compiler, you may want to set this
  5. # to something more interesting, like "arm-linux-". If you want
  6. # to compile vs uClibc, that can be done here as well.
  7. -CROSS = #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
  8. +CROSS ?= #/usr/i386-linux-uclibc/usr/bin/i386-uclibc-
  9. CC = $(CROSS)gcc
  10. LD = $(CROSS)gcc
  11. AR = $(CROSS)ar
  12. STRIP = $(CROSS)strip
  13. RANLIB = $(CROSS)ranlib
  14. +LEX = flex
  15. HOSTCC = gcc
  16. export CROSS CC AR STRIP RANLIB CFLAGS LDFLAGS LIB_OBJS ARCH_LIB_OBJS CRT0