summaryrefslogtreecommitdiff
path: root/pcr/gcc-gcj/gcc_pure64.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-28 12:10:52 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-28 12:10:52 -0500
commitf10b3807287a7893f1dcdac82f0970ab0384e2b2 (patch)
tree259c100605cb3fe5e98d518ce213c4b40b2bedf0 /pcr/gcc-gcj/gcc_pure64.patch
parent728b9351a8da8796e504698eb9930204dd2957d0 (diff)
downloadabslibre-f10b3807287a7893f1dcdac82f0970ab0384e2b2.tar.gz
abslibre-f10b3807287a7893f1dcdac82f0970ab0384e2b2.tar.bz2
abslibre-f10b3807287a7893f1dcdac82f0970ab0384e2b2.zip
Removing gcc-gcj
Diffstat (limited to 'pcr/gcc-gcj/gcc_pure64.patch')
-rw-r--r--pcr/gcc-gcj/gcc_pure64.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/gcc-gcj/gcc_pure64.patch b/pcr/gcc-gcj/gcc_pure64.patch
deleted file mode 100644
index a9b09bbcf..000000000
--- a/pcr/gcc-gcj/gcc_pure64.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -Naur gcc-orig/gcc/config/i386/linux64.h gcc/gcc/config/i386/linux64.h
---- gcc-orig/gcc/config/i386/linux64.h 2011-07-08 01:38:34.000000000 +1000
-+++ gcc/gcc/config/i386/linux64.h 2011-07-24 19:48:05.000000000 +1000
-@@ -28,6 +28,6 @@
- #define GNU_USER_LINK_EMULATION64 "elf_x86_64"
- #define GNU_USER_LINK_EMULATIONX32 "elf32_x86_64"
-
--#define GLIBC_DYNAMIC_LINKER32 "/lib/ld-linux.so.2"
--#define GLIBC_DYNAMIC_LINKER64 "/lib64/ld-linux-x86-64.so.2"
-+#define GLIBC_DYNAMIC_LINKER32 "/lib32/ld-linux.so.2"
-+#define GLIBC_DYNAMIC_LINKER64 "/lib/ld-linux-x86-64.so.2"
- #define GLIBC_DYNAMIC_LINKERX32 "/libx32/ld-linux-x32.so.2"
-diff -Naur gcc-orig/gcc/config/i386/t-linux64 gcc/gcc/config/i386/t-linux64
---- gcc-orig/gcc/config/i386/t-linux64 2011-07-08 01:38:34.000000000 +1000
-+++ gcc/gcc/config/i386/t-linux64 2011-07-24 19:49:41.000000000 +1000
-@@ -34,8 +34,8 @@
- comma=,
- MULTILIB_OPTIONS = $(subst $(comma),/,$(TM_MULTILIB_CONFIG))
- MULTILIB_DIRNAMES = $(patsubst m%, %, $(subst /, ,$(MULTILIB_OPTIONS)))
--MULTILIB_OSDIRNAMES = m64=../lib64
--MULTILIB_OSDIRNAMES+= m32=$(if $(wildcard $(shell echo $(SYSTEM_HEADER_DIR))/../../usr/lib32),../lib32,../lib)
-+MULTILIB_OSDIRNAMES = m64=../lib
-+MULTILIB_OSDIRNAMES+= m32=../lib32
- MULTILIB_OSDIRNAMES+= mx32=../libx32
-
- LIBGCC = stmp-multilib