From d1e077a924a016900eb030c244e6bad5ca5d7f3e Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 29 Nov 2007 17:18:11 +0000 Subject: [PATCH] Remove cvs logs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1017 38d2e660-2303-0410-9eaa-f027e97ec537 --- config.mk | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/config.mk b/config.mk index c0473a15..a3fd6417 100644 --- a/config.mk +++ b/config.mk @@ -10,39 +10,6 @@ # Author: Bernardo Innocenti # # $Log$ -# Revision 1.12 2007/09/29 16:57:39 bernie -# Better sparse support. -# -# Revision 1.11 2007/09/29 15:54:14 bernie -# Make demo Qt emulator compile again. -# -# Revision 1.10 2007/09/18 10:17:00 batt -# Merge from triface. -# -# Revision 1.9 2006/09/20 14:28:42 marco -# Add MOC. Changed OPTCFLAGS. -# -# Revision 1.8 2006/09/19 17:50:56 bernie -# Make native build the default. -# -# Revision 1.7 2006/07/19 12:56:24 bernie -# Convert to new Doxygen style. -# -# Revision 1.6 2006/06/12 22:05:09 marco -# Bring back config wrongly commited -# -# Revision 1.4 2006/05/27 22:41:46 bernie -# Tweak optimization flags for loops. -# -# Revision 1.3 2006/05/18 00:40:10 bernie -# Setup for AVR development. -# -# Revision 1.2 2006/03/27 04:48:33 bernie -# Add CXXFLAGS; Add recursive targets. -# -# Revision 1.1 2006/03/22 09:51:53 bernie -# Add build infrastructure. -# # # @@ -82,7 +49,7 @@ DEBUGCFLAGS = -ggdb # # define some variables based on the AVR base path in $(AVR) # -CROSS = arm-elf- +CROSS = avr- CC = $(CROSS)gcc CXX = $(CROSS)g++ AS = $(CC) -x assembler-with-cpp @@ -127,7 +94,7 @@ LIST_FLAGS = -Wa,-anhlmsd=$(@:.o=.lst) ifeq ($(EMBEDDED_TARGET), 1) MAP_FLAGS = -Wl,-Map=$(@:%.elf=%.map),--cref else -MAP_FLAGS = +MAP_FLAGS = endif # Compiler warning flags for both C and C++ -- 2.25.1