for older RHEL7 versions because of backward compatibility problems with RPM. Remove the exception in CONFIG_SITE.Common.linuxCommon for release 7.0.8! Create links with full version shared library names to allow programs built against previous rpm version to run.
9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
# Include definitions common to linux pentium targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
|
|
|
|
BUILD_CLASS = HOST
|
|
|
|
TOOLSET_LOCATION = /opt/rh
|
|
TOOLSET = devtoolset-12
|
|
STD_CXXFLAGS = -std=c++20
|