Changeset 0a19c51 for tests/Makefile.am


Ignore:
Timestamp:
Sep 28, 2020, 2:02:23 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
8a71d8e
Parents:
66812dd
Message:

Tests now compile with LC_ALL=en_US.ascii, to attempt to remove non-ascii characters in gcc outputs.
Test now compile with -fno-diagnostics-show-caret to reduce potential for differences across gcc versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r66812dd r0a19c51  
    4040        -fdebug-prefix-map=$(abspath ${abs_srcdir})= \
    4141        -fdebug-prefix-map=/tmp= \
     42        -fno-diagnostics-show-caret \
    4243        -g \
    4344        -Wall \
     
    5253
    5354# adjust CC to current flags
    54 CC = $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
     55CC = LC_ALL=en_US.ascii $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
    5556CFACC = $(CC)
    5657
Note: See TracChangeset for help on using the changeset viewer.