Changeset 97abdf6 in git for omalloc


Ignore:
Timestamp:
Jul 17, 2020, 5:23:36 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
54b516f9ab3cff9fa96744f055791a816538e839
Parents:
22b75df7b144f597e1a0b96d307c99e6738f5351
Message:
cross compiling: arguemnts for make
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    r22b75df r97abdf6  
    4545
    4646omTables.h:
    47         $(MAKE) $(AM_MAKEFLAGS) CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" LDFLAGS="$(LDFLAGS_FOR_BUILD)" omTables1
     47        $(MAKE) $(AM_MAKEFLAGS) \
     48        CPPFLGAS="$(AM_CPPFLAGS) $(CPPFLAGS_FOR_BUILD) -DOM_GENERATE_INC" \
     49        CC="${CC_FOR_BUILD}" \
     50        CFLAGS="${CFLAGS_FOR_BUILD}" \
     51        LDFLAGS="$(LDFLAGS_FOR_BUILD)" omTables1
    4852        ./omTables1$(BUILD_EXEEXT) >omTables.yy && mv omTables.yy omTables.h
    4953
Note: See TracChangeset for help on using the changeset viewer.