[llvm-commits] [llvm-gcc-4.2] r63432 - in /llvm-gcc-4.2/trunk/gcc/config: i386/t-linux64 rs6000/t-linux64
Anton Korobeynikov
asl at math.spbu.ru
Fri Jan 30 14:09:28 PST 2009
Author: asl
Date: Fri Jan 30 16:09:28 2009
New Revision: 63432
URL: http://llvm.org/viewvc/llvm-project?rev=63432&view=rev
Log:
Add LLVM LOCAL stuff per Bill's request
Modified:
llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64
llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64
Modified: llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64?rev=63432&r1=63431&r2=63432&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64 (original)
+++ llvm-gcc-4.2/trunk/gcc/config/i386/t-linux64 Fri Jan 30 16:09:28 2009
@@ -4,16 +4,20 @@
SHLIB_MAPFILES = $(srcdir)/libgcc-std.ver \
$(srcdir)/config/i386/libgcc-x86_64-glibc.ver
+# LLVM LOCAL begin mainline
# On Debian, Ubuntu and other derivitive distributions, the 32bit libraries
# are found in /lib32 and /usr/lib32, /lib64 and /usr/lib64 are symlinks to
# /lib and /usr/lib, while other distributions install libraries into /lib64
# and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
# it doesn't tell anything about the 32bit libraries on those systems. Set
# MULTILIB_OSDIRNAMES according to what is found on the target.
+# LLVM LOCAL end mainline
MULTILIB_OPTIONS = m64/m32
MULTILIB_DIRNAMES = 64 32
+# LLVM LOCAL begin mainline
MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
+# LLVM LOCAL end mainline
LIBGCC = stmp-multilib
INSTALL_LIBGCC = install-multilib
Modified: llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64?rev=63432&r1=63431&r2=63432&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64 (original)
+++ llvm-gcc-4.2/trunk/gcc/config/rs6000/t-linux64 Fri Jan 30 16:09:28 2009
@@ -7,19 +7,23 @@
TARGET_LIBGCC2_CFLAGS += -mno-minimal-toc
+# LLVM LOCAL begin mainline
# On Debian, Ubuntu and other derivitive distributions, the 32bit libraries
# are found in /lib32 and /usr/lib32, /lib64 and /usr/lib64 are symlinks to
# /lib and /usr/lib, while other distributions install libraries into /lib64
# and /usr/lib64. The LSB does not enforce the use of /lib64 and /usr/lib64,
# it doesn't tell anything about the 32bit libraries on those systems. Set
# MULTILIB_OSDIRNAMES according to what is found on the target.
+# LLVM LOCAL end mainline
MULTILIB_OPTIONS = m64/m32 msoft-float
MULTILIB_DIRNAMES = 64 32 nof
MULTILIB_EXTRA_OPTS = fPIC mstrict-align
MULTILIB_EXCEPTIONS = m64/msoft-float
MULTILIB_EXCLUSIONS = m64/!m32/msoft-float
+# LLVM LOCAL begin mainline
MULTILIB_OSDIRNAMES = ../lib64 $(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib) nof
+# LLVM LOCAL end mainline
MULTILIB_MATCHES = $(MULTILIB_MATCHES_FLOAT)
softfp_wrap_start := '\#ifndef __powerpc64__'
More information about the llvm-commits
mailing list