From 4115aab13d70bbe8300562bcd789cc5bc27c8ded Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 20 Nov 2007 04:14:13 +0100 Subject: - Import patches from Osvaldo Santana * Fix build on gcc 4 * Fix nanddump call definition (ignore oob added) * Fixed some stupid bugs with -pedantic -std=c99 release 0.3.1 --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index d8547ae..1ac4058 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,6 +3,7 @@ OBJ=main.o fiasco.o hexdump.o dump.o flash.o serial.o OBJ+=hash.o fpid.o query.o pieces.o utils.o devices.o console.o BIN=0xFFFF CFLAGS+=-DVERSION=\"${VERSION}\" -Wall -g -I . +CFLAGS+=-pedantic -std=c99 USBOBJ=../libusb/error.o ../libusb/usb.o ../libusb/descriptors.o USBOBJ+=../libusb/linux.o ## XXX not portable -- cgit v1.2.3