Displaying 1 result from an estimated 1 matches for "reference_output_key".
2014 Feb 20
2
[LLVMdev] test-suite wrongly using big-endian results
...tle'
config.status:s, at ENDIAN@,|#_!!_#|little,g
configure.log:checking whether byte ordering is bigendian... no
grep: External: Is a directory
Makefile.config:ENDIAN := little
=== So far, so good.
Makefile.programs: -if [ -f
"$(PROJ_SRC_DIR)/$*.reference_output.$(ENDIAN)-endian.$(REFERENCE_OUTPUT_KEY)"
]; then \
Makefile.programs: cp
$(PROJ_SRC_DIR)/$*.reference_output.$(ENDIAN)-endian.$(REFERENCE_OUTPUT_KEY)
$@; \
Makefile.programs: elif [ -f
"$(PROJ_SRC_DIR)/$*.reference_output.$(ENDIAN)-endian" ]; then \
Makefile.programs: cp
$(PROJ_SRC_DIR)/$*.reference_out...