summaryrefslogtreecommitdiff
path: root/gcc/Makefile.rtems_gccgoinit
blob: 0ba7372dc793b69bc8d16b22a1cb8432051f910b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#  Makefile for Go testsuite
#

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

# Tool helpers

all: clean rtems_gccgo_init.o

clean:
	rm -f rtems_gccgo_init.o

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