Changeset aba274 in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
Jun 17, 2020, 11:01:40 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
36f144edd8b9c07491a05fe0ade4618db64827c856125fca7208d9a1b46b0ab0b01c53041f939ad962d1ab8054110441efe19ba0de08d9edca600b2a
Parents:
26b42ddcca6857a388490aa8398e5ed81434ab0e68e16036b72e4f4ac95c93232d24c577a24cd72d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-06-17 11:01:40+02:00
git-committer:
GitHub <noreply@github.com>2020-06-17 11:01:40+02:00
Message:
Merge pull request #1003 from fingolfin/mh/fix

More cross compiling
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r26b42d raba274  
    112112
    113113templates/p_Procs.inc: p_Procs_Generate.cc
    114         $(MAKE) $(AM_MAKEFLAGS) CC="$(CC_FOR_BUILD)" LD="$CC_FOR_BUILDHOSTLD)" \
    115         p_Procs_Generate
    116         ./p_Procs_Generate$(EXEEXT) > ./templates/p_Procs.inc
     114        $(MAKE) $(AM_MAKEFLAGS) CXX="$(CXX_FOR_BUILD)" p_Procs_Generate
     115        ./p_Procs_Generate$(BUILD_EXEEXT) > ./templates/p_Procs.inc
    117116
    118117prCopy.inc: prCopy.pl
Note: See TracChangeset for help on using the changeset viewer.