Changeset 575a6e5 for tests/Makefile.am


Ignore:
Timestamp:
Aug 9, 2018, 11:07:05 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
7a7ab42
Parents:
a5121bf
Message:

Cross compilation appears to be working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    ra5121bf r575a6e5  
    3333        -DIN_DIR="${srcdir}/.in/"
    3434
    35 AM_CFLAGS += ${DEBUG_FLAGS} ${INSTALL_FLAGS}
     35AM_CFLAGS += ${DEBUG_FLAGS} ${INSTALL_FLAGS} ${ARCH_FLAGS}
    3636
    3737CC = @CFACC@
     
    5959
    6060.validate: .validate.c
    61         @$(COMPILE) .validate.c -fsyntax-only
     61        $(COMPILE) .validate.c -fsyntax-only -Wall -Wextra -Werror
    6262
    6363.validate.c:
Note: See TracChangeset for help on using the changeset viewer.