CVS: msp430-libc4/src Makefile,1.1.1.1,1.2
Dmitry Diky <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc4/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15363/src Modified Files: Makefile Log Message: 2005-08-29 Dmitry Diky <[email protected]> * src/Makefile (VERSION): Updated. (CFLAGS): Change -O2 to -O . (opt_speed_cflags): Likewise. Index: Makefile =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc4/src/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -w -d -r1.1.1.1 -r1.2 --- Makefile 29 Aug 2005 16:48:46 -0000 1.1.1.1 +++ Makefile 29 Aug 2005 16:58:32 -0000 1.2 @@ -3,7 +3,7 @@ # # $Id$ # -VERSION = 20030812 +VERSION = 20050829 # installation prefix (set this if you don't install by hand) @@ -28,14 +28,14 @@ INSTALL = install -c -m644 $^/ ASFLAGS = -Wa,-gstabs -D_GNU_ASSEMBLER_ -CFLAGS = -Wall -O2 -g +CFLAGS = -Wall -O -g # make sure we can find our header files (not the installed ones) ALL_ASFLAGS += -I$(srcdir)/../include -I$(srcdir) ${ASFLAGS} ALL_CFLAGS += -I$(srcdir)/../include -I$(srcdir) ${CFLAGS} -opt_speed_cflags = -O2 +opt_speed_cflags = -O # further declaration... ifdef gnu ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf