You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
Index: Makefile.config.in
|
|
|
|
|
--- Makefile.config.in.orig 2010-03-04 21:56:19.000000000 +0100
|
|
|
|
|
+++ Makefile.config.in 2010-04-29 20:19:26.000000000 +0200
|
|
|
|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
PROJ_etcdir := $(PROJ_prefix)/etc/llvm
|
|
|
|
|
PROJ_includedir := $(PROJ_prefix)/include
|
|
|
|
|
PROJ_infodir := $(PROJ_prefix)/info
|
|
|
|
|
-PROJ_mandir := $(PROJ_prefix)/share/man
|
|
|
|
|
+PROJ_mandir := $(PROJ_prefix)/man
|
|
|
|
|
|
|
|
|
|
# Determine if we're on a unix type operating system
|
|
|
|
|
LLVM_ON_UNIX:=@LLVM_ON_UNIX@
|
|
|
|
|
Index: autoconf/ExportMap.map
|
|
|
|
|
--- autoconf/ExportMap.map.orig 2010-02-24 23:33:41.000000000 +0100
|
|
|
|
|
+++ autoconf/ExportMap.map 2010-04-29 19:44:53.000000000 +0200
|
|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
{
|
|
|
|
|
- global: main;
|
|
|
|
|
+ global: main; environ; __progname;
|
|
|
|
|
__progname;
|
|
|
|
|
environ;
|
|
|
|
|
|