From 9e72edb5441b5cdce4e7c963da40fb0aad57942d Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 6 Jul 2020 10:56:02 +0200 Subject: [PATCH] fix comment and linker flag --- configure/os/CONFIG.RHEL7-x86_64.SL6-x86 | 8 ++++---- configure/os/CONFIG.RHEL7-x86_64.SL6-x86_64 | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/configure/os/CONFIG.RHEL7-x86_64.SL6-x86 b/configure/os/CONFIG.RHEL7-x86_64.SL6-x86 index ea85ada1e..14cb537c7 100644 --- a/configure/os/CONFIG.RHEL7-x86_64.SL6-x86 +++ b/configure/os/CONFIG.RHEL7-x86_64.SL6-x86 @@ -1,9 +1,9 @@ # "cross compile" for older Linux version # Use older compiler and older libraries # Used packages: -# compat-gcc-44-c++-4.4 -# compat-gcc-44-4.4 -# compat-glibc-headers-2.12-4 +# compat-gcc-44-c++-4.4.7 +# compat-gcc-44-4.4.7 +# compat-glibc-headers-2.12 # It was neccessary to install 32 bit compatibility libraries manually #------------------------------------------------------- @@ -12,5 +12,5 @@ CC = $(GNU_BIN)/$(CMPLR_PREFIX)gcc44 CCC = $(GNU_BIN)/$(CMPLR_PREFIX)g++44 TARGET_CPPFLAGS = -isystem /usr/lib/x86_64-redhat-linux6E/include -TARGET_LDFLAGS = -L /usr/lib/x86_64-redhat-linux6E/lib +TARGET_LDFLAGS = -B /usr/lib/x86_64-redhat-linux6E/lib LINK.cpp += --as-needed -lc -lm -lrt -lpthread -lreadline -ltinfo diff --git a/configure/os/CONFIG.RHEL7-x86_64.SL6-x86_64 b/configure/os/CONFIG.RHEL7-x86_64.SL6-x86_64 index d86b3f0ab..ae9c9ea95 100644 --- a/configure/os/CONFIG.RHEL7-x86_64.SL6-x86_64 +++ b/configure/os/CONFIG.RHEL7-x86_64.SL6-x86_64 @@ -1,10 +1,10 @@ # "cross compile" for older Linux version # Use older compiler and older libraries # Used packages: -# compat-gcc-44-c++-4.4 -# compat-gcc-44-4.4 -# compat-glibc-headers-2.12-4 -# compat-glibc-2.12-4 +# compat-gcc-44-c++-4.4.7 +# compat-gcc-44-4.4.7 +# compat-glibc-headers-2.12 +# compat-glibc-2.12 #------------------------------------------------------- include $(CONFIG)/os/CONFIG.linux-x86.linux-x86 @@ -12,5 +12,5 @@ CC = $(GNU_BIN)/$(CMPLR_PREFIX)gcc44 CCC = $(GNU_BIN)/$(CMPLR_PREFIX)g++44 TARGET_CPPFLAGS = -isystem /usr/lib/x86_64-redhat-linux6E/include -TARGET_LDFLAGS = -L /usr/lib/x86_64-redhat-linux6E/lib64 +TARGET_LDFLAGS = -B /usr/lib/x86_64-redhat-linux6E/lib64 LINK.cpp += --as-needed -lc -lm -lrt -lpthread -lreadline -ltinfo