]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/arm_benchmarks.git/commitdiff
Adding dhrystone Release option
authorjlance <jlance@92547b11-a484-40c4-9575-ed0f39d6bbd3>
Wed, 28 Apr 2010 20:27:19 +0000 (20:27 +0000)
committerjlance <jlance@92547b11-a484-40c4-9575-ed0f39d6bbd3>
Wed, 28 Apr 2010 20:27:19 +0000 (20:27 +0000)
dhrystone/Release/makefile [new file with mode: 0644]
dhrystone/Release/objects.mk [new file with mode: 0644]
dhrystone/Release/sources.mk [new file with mode: 0644]
dhrystone/Release/subdir.mk [new file with mode: 0644]

diff --git a/dhrystone/Release/makefile b/dhrystone/Release/makefile
new file mode 100644 (file)
index 0000000..21adf36
--- /dev/null
@@ -0,0 +1,51 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+-include ../makefile.init
+
+RM := rm -rf
+
+# All of the sources participating in the build are defined here
+-include sources.mk
+-include subdir.mk
+-include objects.mk
+
+ifneq ($(MAKECMDGOALS),clean)
+ifneq ($(strip $(C_DEPS)),)
+-include $(C_DEPS)
+endif
+ifneq ($(strip $(ASM_DEPS)),)
+-include $(ASM_DEPS)
+endif
+ifneq ($(strip $(S_UPPER_DEPS)),)
+-include $(S_UPPER_DEPS)
+endif
+endif
+
+-include ../makefile.defs
+
+# Add inputs and outputs from these tool invocations to the build variables 
+
+# All Target
+all: dhrystone secondary-outputs
+
+# Tool invocations
+dhrystone: $(OBJS) $(USER_OBJS)
+       @echo 'Building target: $@'
+       @echo 'Invoking: ARM Sourcery Linux GCC C Linker'
+       $(CROSS_COMPILE)gcc -Wl,-Map,dhrystone.map -mcpu=cortex-a8 -o"dhrystone" $(OBJS) $(USER_OBJS) $(LIBS)
+       @echo 'Finished building target: $@'
+       @echo ' '
+
+# Other Targets
+clean:
+       -$(RM) $(OBJS)$(C_DEPS)$(ASM_DEPS)$(EXECUTABLES)$(S_UPPER_DEPS) dhrystone
+       -@echo ' '
+
+secondary-outputs:
+
+.PHONY: all clean dependents
+.SECONDARY:
+
+-include ../makefile.targets
diff --git a/dhrystone/Release/objects.mk b/dhrystone/Release/objects.mk
new file mode 100644 (file)
index 0000000..224ef68
--- /dev/null
@@ -0,0 +1,7 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+USER_OBJS :=
+
+LIBS :=
diff --git a/dhrystone/Release/sources.mk b/dhrystone/Release/sources.mk
new file mode 100644 (file)
index 0000000..190b859
--- /dev/null
@@ -0,0 +1,19 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+O_SRCS := 
+C_SRCS := 
+S_UPPER_SRCS := 
+OBJ_SRCS := 
+ASM_SRCS := 
+OBJS := 
+C_DEPS := 
+ASM_DEPS := 
+EXECUTABLES := 
+S_UPPER_DEPS := 
+
+# Every subdirectory with source files must be described here
+SUBDIRS := \
+. \
+
diff --git a/dhrystone/Release/subdir.mk b/dhrystone/Release/subdir.mk
new file mode 100644 (file)
index 0000000..3f57b71
--- /dev/null
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables 
+C_SRCS += \
+../dhrystone.c 
+
+OBJS += \
+./dhrystone.o 
+
+C_DEPS += \
+./dhrystone.d 
+
+
+# Each subdirectory must supply rules for building sources it contributes
+%.o: ../%.c
+       @echo 'Building file: $<'
+       @echo 'Invoking: ARM Sourcery Linux GCC C Compiler'
+       $(CROSS_COMPILE)gcc -O3 -march=armv7-a -c -DTIME -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -mcpu=cortex-a8 -o"$@" "$<"
+       @echo 'Finished building: $<'
+       @echo ' '
+
+