summaryrefslogtreecommitdiff
path: root/gcc/Makefile.rtems_gccmain
blob: d66a4a48c818dbf71d950c4fa29526d9c04dd8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
#  Makefile for ACATS -- Helps pull BSP specific information
#  into a form the script can use
#

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/leaf.cfg

# Tool helpers

all: clean rtems_gcc_main.o 

clean:
	rm -f rtems_gcc_main.o

rtems_gcc_main.o: ${SCRIPTDIR}/gcc/rtems_gcc_main.c
	$(CC) $(CFLAGS) $(CPU_CFLAGS) -c ${SCRIPTDIR}/gcc/rtems_gcc_main.c