Changeset 8a71d8e for tests/Makefile.am


Ignore:
Timestamp:
Sep 28, 2020, 2:12:12 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:
e6cfb4e2
Parents:
0a19c51
Message:

changed LC_ALL to C which seems to be common for scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r0a19c51 r8a71d8e  
    5353
    5454# adjust CC to current flags
    55 CC = LC_ALL=en_US.ascii $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
     55CC = LC_ALL=C $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS})
    5656CFACC = $(CC)
    5757
Note: See TracChangeset for help on using the changeset viewer.