Changeset 8a71d8e
- Timestamp:
- Sep 28, 2020, 2:12:12 PM (4 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r0a19c51 r8a71d8e 53 53 54 54 # 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})55 CC = LC_ALL=C $(if $(DISTCC_CFA_PATH),distcc $(DISTCC_CFA_PATH) ${ARCH_FLAGS},$(TARGET_CFA) ${DEBUG_FLAGS} ${ARCH_FLAGS}) 56 56 CFACC = $(CC) 57 57
Note: See TracChangeset
for help on using the changeset viewer.