]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
tests: use RUMPRUN_C{C,XX} instead of relying on PATH
authorAntti Kantee <pooka@iki.fi>
Mon, 29 Feb 2016 02:12:11 +0000 (02:12 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 29 Feb 2016 02:12:11 +0000 (02:12 +0000)
IOW, make sure the right compiler is run.

tests/Makefile.inc

index 27e1f35cfb8148cc6715769257951277d6983196..faee0d9075fd6aa3e88d0adcd564c6aea257e85a 100644 (file)
@@ -1,7 +1,7 @@
 include ${RUMPRUN_MKCONF}
 
-CC= ${TOOLTUPLE}-gcc
-CXX= ${TOOLTUPLE}-g++
+CC= ${RUMPRUN_CC}
+CXX= ${RUMPRUN_CXX}
 
 CFLAGS+= -Wall -Werror -Wmissing-prototypes -Wstrict-prototypes -g
 LDLIBS= -lrumprun_tester