Quellcode durchsuchen

try to fix the patch according to FreeBSD gcc32 port in order to solve varargs problems

Thomas Lotterer vor 23 Jahren
Ursprung
Commit
aa0fcf0b0f
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      gcc/gcc.patch
  2. 1 1
      gcc/gcc.spec

+ 1 - 1
gcc/gcc.patch

@@ -15,7 +15,7 @@
  STMP_FIXPROTO =
  
 +# We don't need GCC's own include files.
-+USER_H =
++USER_H = $(EXTRA_HEADERS)
 +
  # Compile crtbeginS.o and crtendS.o with pic.
  CRTSTUFF_T_CFLAGS_S = -fPIC

+ 1 - 1
gcc/gcc.spec

@@ -38,7 +38,7 @@ Distribution: OpenPKG [CORE]
 Group:        Language
 License:      GPL
 Version:      %{V_short}
-Release:      20030109
+Release:      20030114
 
 #   package options
 %option       with_cxx       yes