]> git.pld-linux.org Git - packages/gcc.git/commitdiff
This commit was manufactured by cvs2git to create branch 'GCC31'.
authorcvs2git <feedback@pld-linux.org>
Fri, 22 Feb 2002 14:26:04 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from GCC3 2002-02-22 14:26:04 UTC Michal Moskal <michal@moskal.me> '- gcc-objc require gcc = %%{version} (for gcc driver)'
Delete:
    gcc-DESTDIR.patch
    gcc-disableshared.patch
    gcc-paths.patch

gcc-DESTDIR.patch [deleted file]
gcc-disableshared.patch [deleted file]
gcc-paths.patch [deleted file]

diff --git a/gcc-DESTDIR.patch b/gcc-DESTDIR.patch
deleted file mode 100644 (file)
index 1b988d1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN gcc-3.0.org/gcc/Makefile.in gcc-3.0/gcc/Makefile.in
---- gcc-3.0.org/gcc/Makefile.in        Tue Jun 26 09:22:05 2001
-+++ gcc-3.0/gcc/Makefile.in    Tue Jun 26 13:58:42 2001
-@@ -323,7 +323,7 @@
- # Used in install-cross.
- gcc_tooldir = @gcc_tooldir@
- # Used to install the shared libgcc.
--slibdir = @slibdir@
-+slibdir = $(DESTDIR)@slibdir@
- # Since gcc_tooldir does not exist at build-time, use -B$(build_tooldir)/bin/
- build_tooldir = $(exec_prefix)/$(target_alias)
- # Directory in which the compiler finds target-independent g++ includes.
diff --git a/gcc-disableshared.patch b/gcc-disableshared.patch
deleted file mode 100644 (file)
index d5d6006..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -urN gcc-20010319.org/gcc/configure.in gcc-20010319/gcc/configure.in
---- gcc-20010319.org/gcc/configure.in  Thu Mar 22 20:30:21 2001
-+++ gcc-20010319/gcc/configure.in      Thu Mar 22 20:32:01 2001
-@@ -329,6 +329,7 @@
-     ;;
-   esac
- ], [enable_shared=yes])
-+enable_shared=no
- AC_SUBST(enable_shared)
- # Determine the host, build, and target systems
diff --git a/gcc-paths.patch b/gcc-paths.patch
deleted file mode 100644 (file)
index 56522c2..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- gcc-3.0.3/gcc/gcc.c        Sat Dec 22 01:40:45 2001
-+++ gcc-3.0.3/gcc/gcc.c.new    Sun Dec 23 18:43:36 2001
-@@ -1160,16 +1160,16 @@
- /* Supply defaults for the standard prefixes.  */
- #ifndef STANDARD_EXEC_PREFIX
--#define STANDARD_EXEC_PREFIX "/usr/local/lib/gcc-lib/"
-+#define STANDARD_EXEC_PREFIX "/usr/lib/gcc-lib/"
- #endif
- #ifndef STANDARD_STARTFILE_PREFIX
--#define STANDARD_STARTFILE_PREFIX "/usr/local/lib/"
-+#define STANDARD_STARTFILE_PREFIX "/usr/lib/"
- #endif
- #ifndef TOOLDIR_BASE_PREFIX
--#define TOOLDIR_BASE_PREFIX "/usr/local/"
-+#define TOOLDIR_BASE_PREFIX "/usr/"
- #endif
- #ifndef STANDARD_BINDIR_PREFIX
--#define STANDARD_BINDIR_PREFIX "/usr/local/bin"
-+#define STANDARD_BINDIR_PREFIX "/usr/bin"
- #endif
- static const char *standard_exec_prefix = STANDARD_EXEC_PREFIX;
This page took 0.142843 seconds and 4 git commands to generate.