Changeset 02eb92 in git for omalloc


Ignore:
Timestamp:
Jun 17, 2020, 11:18:56 AM (4 years ago)
Author:
Max Horn <max@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e4514d3151a5c53437b9fa2f30bda8febfd87539
Parents:
aa560b5f2f8a0902d189af1f74dc0b19d36c5c43
git-author:
Max Horn <max@quendi.de>2020-06-17 11:18:56+02:00
git-committer:
Max Horn <max@quendi.de>2020-06-17 15:13:44+02:00
Message:
Use C(XX)_FLAGS_FOR_BUILD to compile code generators

... and also adjust LDFLAGS, LIBS as needed, to further improve cross
compiling support.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • omalloc/Makefile.am

    raa560b5 r02eb92  
    4141
    4242omTables.inc:
    43         $(MAKE) $(AM_MAKEFLAGS) CC="${CC_FOR_BUILD}" omTables
     43        $(MAKE) $(AM_MAKEFLAGS) CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" LDFLAGS="$(LDFLAGS_FOR_BUILD)" omTables
    4444        ./omTables$(BUILD_EXEEXT) > omTables.xx && mv omTables.xx  omTables.inc
    4545
    4646omTables.h:
    47         $(MAKE) $(AM_MAKEFLAGS) CC="${CC_FOR_BUILD}" omTables1
     47        $(MAKE) $(AM_MAKEFLAGS) CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" LDFLAGS="$(LDFLAGS_FOR_BUILD)" omTables1
    4848        ./omTables1$(BUILD_EXEEXT) >omTables.yy && mv omTables.yy omTables.h
    4949
Note: See TracChangeset for help on using the changeset viewer.