Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rfe94e708 r673eb7a  
    6060# adjusted CC but without the actual distcc call
    6161CFACCLOCAL = $(if $(DISTCC_CFA_PATH),$(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
    62 CFACCLINK = $(CFACCLOCAL) -quiet $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g'))
     62CFACCLINK = $(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g'))
    6363
    6464PRETTY_PATH=mkdir -p $(dir $(abspath ${@})) && cd ${srcdir} &&
     
    114114        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
    115115        $(CFACCLINK) ${@}.o -o $(abspath ${@})
    116         rm $(abspath ${@}).o
    117116
    118117# implicit rule for c++ test
     
    183182        $(CFACOMPILETEST) -O0 -c -o $(abspath ${@}).o
    184183        $(CFACCLINK)  -O0 ${@}.o -o $(abspath ${@})
    185         rm $(abspath ${@}).o
    186184
    187185#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.