File: cross.patch

package info (click to toggle)
fastani 1.33-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,908 kB
  • sloc: cpp: 6,387; ansic: 385; sh: 50; makefile: 19
file content (10 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Description: Assign CXX in Makefile.in to make build cross-buildable
Author: Nilesh Patra <nilesh@debian.org>
Last-Update: 2021-03-27
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,3 +1,4 @@
+CXX = @CXX@
 CXXFLAGS += -O3 -DNDEBUG -std=c++11 -Isrc -I @mathinc@ @OPENMP_CXXFLAGS@
 CPPFLAGS += @amcppflags@