Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unset CXXFLAGS variable in Makefile.direct on AIX
(fix of commit f7cfa9d) Issue #483 (bdwgc). AIX Make seems not to recognize "?=" operator properly. The proposed workaround to duplicate all flags of CFLAGS to CXXFLAGS (appended to the user-supplied CXXFLAGS if any). * Makefile.direct (CXXFLAGS): Set to empty value (using "?="); append all flags of CFLAGS (i.e., expand CFLAGS manually).
- Loading branch information