Problem fixed upstream

This commit is contained in:
Sylvestre Ledru 2013-04-14 10:06:51 +00:00
parent f63c3a2a29
commit a7a28680ed
2 changed files with 0 additions and 33 deletions

View File

@ -1,32 +0,0 @@
Index: llvm-toolchain_3.3~svn179457/clang/lib/Lex/HeaderSearch.cpp
===================================================================
--- llvm-toolchain_3.3~svn179457.orig/clang/lib/Lex/HeaderSearch.cpp 2013-03-21 02:08:50.000000000 +0100
+++ llvm-toolchain_3.3~svn179457/clang/lib/Lex/HeaderSearch.cpp 2013-04-13 10:29:33.101932282 +0200
@@ -28,6 +28,11 @@
#endif
using namespace clang;
+// For GNU Hurd
+#if defined(__GNU__) && !defined(PATH_MAX)
+# define PATH_MAX 4096
+#endif
+
const IdentifierInfo *
HeaderFileInfo::getControllingMacro(ExternalIdentifierLookup *External) {
if (ControllingMacro)
Index: llvm-toolchain_3.3~svn179457/clang/lib/Lex/ModuleMap.cpp
===================================================================
--- llvm-toolchain_3.3~svn179457.orig/clang/lib/Lex/ModuleMap.cpp 2013-03-20 22:10:35.000000000 +0100
+++ llvm-toolchain_3.3~svn179457/clang/lib/Lex/ModuleMap.cpp 2013-04-13 10:29:33.101932282 +0200
@@ -35,6 +35,11 @@
#endif
using namespace clang;
+// For GNU Hurd
+#if defined(__GNU__) && !defined(PATH_MAX)
+# define PATH_MAX 4096
+#endif
+
Module::ExportDecl
ModuleMap::resolveExport(Module *Mod,
const Module::UnresolvedExportDecl &Unresolved,

View File

@ -6,7 +6,6 @@
27-fix_clang_stdint.diff
26-set-correct-float-abi.diff
profile_rt.diff
29-hurd.diff
30-kfreebsd.diff
0003-Debian-version-info-and-bugreport.patch
0021-shared-lib-debian.patch