SOURCES: vbetool-opt.patch (NEW) - use optflags for x86emu

qboosh qboosh at pld-linux.org
Sun Mar 12 21:24:34 CET 2006


Author: qboosh                       Date: Sun Mar 12 20:24:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use optflags for x86emu

---- Files affected:
SOURCES:
   vbetool-opt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vbetool-opt.patch
diff -u /dev/null SOURCES/vbetool-opt.patch:1.1
--- /dev/null	Sun Mar 12 21:24:33 2006
+++ SOURCES/vbetool-opt.patch	Sun Mar 12 21:24:28 2006
@@ -0,0 +1,15 @@
+--- vbetool-0.4/x86emu/makefile.linux.orig	2005-07-21 19:14:56.000000000 +0200
++++ vbetool-0.4/x86emu/makefile.linux	2006-03-12 21:16:11.698832500 +0100
+@@ -50,10 +50,10 @@
+ CFLAGS = -D__DRIVER__ -DFORCE_POST -D_CEXPORT= -DNO_LONG_LONG -DDEBUG
+ 
+ .c.o:
+-	gcc -g -O -Wall -c $(CFLAGS) $(INCS) $*.c
++	$(CC) $(OPT) -Wall -c $(CFLAGS) $(INCS) $*.c
+ 
+ .cpp.o:
+-	gcc -c $(CFLAGS) $(INCS) $*.cpp
++	$(CC) -c $(CFLAGS) $(INCS) $*.cpp
+ 
+ distclean: clean
+ 
================================================================


More information about the pld-cvs-commit mailing list