forked from Imagelibrary/rtems
- Remove the macro defines and the need for tmacro.h by remapping the symbols using ld's wrap option. - Remove FLUSH_OUTPUT, it was empty. - Move rtems_test_exit to libmisc/testsupport as a function. Update #3199.
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
CC = @CC@ $(GCCSPECS)
|
|
CXX = @CXX@ $(GCCSPECS)
|
|
CPP = @CPP@ $(GCCSPECS)
|
|
|
|
LD = @LD@
|
|
OBJCOPY = @OBJCOPY@
|
|
NM = @NM@
|
|
SIZE = @SIZE@
|
|
STRIP = @STRIP@
|
|
|
|
##
|
|
AM_CPPFLAGS = $(TEST_FLAGS)
|
|
AM_CFLAGS = $(TEST_C_FLAGS)
|
|
AM_CXXFLAGS = $(TEST_CXX_FLAGS)
|
|
AM_LDFLAGS = $(TEST_LD_FLAGS)
|
|
|
|
CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
|