1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

bug 212596: JUnit failures in cdt.managedbuilder.test.suite

updated benchmarks to match CDT 6.0
This commit is contained in:
Andrew Gvozdev 2009-10-11 04:50:55 +00:00
parent 8ae8b431bc
commit 8ca2d38570
2 changed files with 11 additions and 11 deletions

View file

@ -2,22 +2,22 @@
# Automatically-generated file. Do not edit! # Automatically-generated file. Do not edit!
################################################################################ ################################################################################
O_SRCS :=
CPP_SRCS :=
C_UPPER_SRCS := C_UPPER_SRCS :=
C_SRCS := C_SRCS :=
CPP_SRCS := S_UPPER_SRCS :=
O_SRCS :=
ASM_SRCS :=
S_SRCS :=
C++_SRCS :=
CXX_SRCS :=
CC_SRCS :=
OBJ_SRCS := OBJ_SRCS :=
OBJS := ASM_SRCS :=
CXX_SRCS :=
C++_SRCS :=
CC_SRCS :=
C++_DEPS := C++_DEPS :=
EXECUTABLES := OBJS :=
CC_DEPS :=
C_DEPS := C_DEPS :=
CC_DEPS :=
CPP_DEPS := CPP_DEPS :=
EXECUTABLES :=
CXX_DEPS := CXX_DEPS :=
C_UPPER_DEPS := C_UPPER_DEPS :=

View file

@ -17,7 +17,7 @@ CPP_DEPS += \
%.o: ../%.cpp %.o: ../%.cpp
@echo 'Building file: $<' @echo 'Building file: $<'
@echo 'Invoking: GCC C++ Compiler' @echo 'Invoking: GCC C++ Compiler'
g++ -O2 -g1 -pedantic -pedantic-errors -Wall -Werror -c -fmessage-length=0 -v -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<" g++ -O0 -g3 -pedantic -pedantic-errors -Wall -Werror -c -fmessage-length=0 -v -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
@echo 'Finished building: $<' @echo 'Finished building: $<'
@echo ' ' @echo ' '