Просмотр исходного кода

try to remove hopefully obsolete (and already making problems) patch for disabling the usage of GCC includes

Ralf S. Engelschall 23 лет назад
Родитель
Сommit
198e060687
4 измененных файлов с 2 добавлено и 24 удалено
  1. 0 10
      gcc/gcc.patch
  2. 1 1
      gcc/gcc.spec
  3. 0 10
      gcc33/gcc33.patch
  4. 1 3
      gcc33/gcc33.spec

+ 0 - 10
gcc/gcc.patch

@@ -9,16 +9,6 @@
  		;;
  	esac
  	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
---- gcc/config/t-freebsd.orig	Tue Oct  1 20:37:02 2002
-+++ gcc/config/t-freebsd	Tue Oct  1 20:36:10 2002
-@@ -2,4 +2,7 @@
- STMP_FIXPROTO =
- 
-+# We don't need GCC's own include files.
-+USER_H = $(EXTRA_HEADERS)
-+
- # Compile crtbeginS.o and crtendS.o with pic.
- CRTSTUFF_T_CFLAGS_S = -fPIC
 --- gcc/config/i386/sol2.h.dist Thu Feb 27 15:00:54 2003
 +++ gcc/config/i386/sol2.h      Thu Feb 27 14:20:50 2003
 @@ -160,3 +160,5 @@

+ 1 - 1
gcc/gcc.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [CORE]
 Group:        Language
 License:      GPL
 Version:      3.2.2
-Release:      20030309
+Release:      20030326
 
 #   package options
 %option       with_cxx       yes

+ 0 - 10
gcc33/gcc33.patch

@@ -1,10 +0,0 @@
---- gcc/config/t-freebsd.orig	Tue Oct  1 20:37:02 2002
-+++ gcc/config/t-freebsd	Tue Oct  1 20:36:10 2002
-@@ -2,4 +2,7 @@
- STMP_FIXPROTO =
- 
-+# We don't need GCC's own include files.
-+USER_H =
-+
- # Compile crtbeginS.o and crtendS.o with pic.
- CRTSTUFF_T_CFLAGS_S = -fPIC

+ 1 - 3
gcc33/gcc33.spec

@@ -39,7 +39,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Language
 License:      GPL
 Version:      %{V_major_dot}s%{V_snap_comp}
-Release:      20030324
+Release:      20030326
 
 #   package options
 %option       with_cxx       yes
@@ -49,7 +49,6 @@ Release:      20030324
 
 #   list of sources
 Source0:      ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_snap_dash}/gcc-%{V_snap_comp}.tar.bz2
-Patch0:       gcc33.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -69,7 +68,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n gcc-%{V_snap_comp}
-    %patch -p0
     %{l_shtool} subst -v -s \
         -e "s;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g" \
         gcc/configure