Changeset 2b3d6ff


Ignore:
Timestamp:
Sep 26, 2018, 11:56:32 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
084520f, 1f690b3, 43fa66e
Parents:
2725882
Message:

Moved ar_flags due to libtool

Location:
libcfa
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r2725882 r2b3d6ff  
    29262926# don't use the default CFLAGS as they unconditonnaly add -O2
    29272927: ${CFLAGS=""}
     2928
     2929# define this to override
     2930AR_FLAGS="cr"
    29282931
    29292932# Allow program name tansformation
  • libcfa/configure.ac

    r2725882 r2b3d6ff  
    1414# don't use the default CFLAGS as they unconditonnaly add -O2
    1515: ${CFLAGS=""}
     16
     17# define this to override
     18AR_FLAGS="cr"
    1619
    1720# Allow program name tansformation
  • libcfa/src/Makefile.am

    r2725882 r2b3d6ff  
    1818AUTOMAKE_OPTIONS = foreign subdir-objects
    1919ACLOCAL_AMFLAGS  = -I automake
    20 ARFLAGS = cr
    2120
    2221include $(srcdir)/../../src/cfa.make
  • libcfa/src/Makefile.in

    r2725882 r2b3d6ff  
    397397AUTOMAKE_OPTIONS = foreign subdir-objects
    398398ACLOCAL_AMFLAGS = -I automake
    399 ARFLAGS = cr
    400399CFACOMPILE = $(CFACC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CFAFLAGS) $(CFAFLAGS) $(AM_CFLAGS) $(CFLAGS)
    401400LTCFACOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
Note: See TracChangeset for help on using the changeset viewer.