[LLVMbugs] [Bug 1579] Use DESTDIR, not --prefix on Darwin llvm-gcc builds

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 18 09:38:15 PST 2008


http://llvm.org/bugs/show_bug.cgi?id=1579


Devang Patel <dpatel at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #2 from Devang Patel <dpatel at apple.com>  2008-02-18 11:38:14 ---
I do not see any issue here. 

$ llvm-gcc-4.2 -v -isysroot /blah foo.c
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /Volumes/Nanpura/w/llvmgcc42.roots/llvmgcc42~obj/src/configure
--disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2
--mandir=/Developer/usr/llvm-gcc-4.2/share/man
--enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm-
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/
--with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=i686-apple-darwin9 --enable-llvm=/usr/local --host=i686-apple-darwin9
--target=i686-apple-darwin9
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5546) (LLVM build 00)
 /Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin9/4.2.1/cc1 -quiet -v
-isysroot /blah -D__DYNAMIC__ -isysroot /blah foo.c -fPIC -quiet -dumpbase
foo.c -mmacosx-version-min=10.5.1 -mtune=core2 -auxbase foo -version -o
/var/tmp//cc7txUYD.s
ignoring nonexistent directory "/blah/usr/local/include"
ignoring nonexistent directory "/blah/Developer/usr/llvm-gcc-4.2/include"
ignoring nonexistent directory
"/blah/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin9/4.2.1/include"
ignoring nonexistent directory
"/blah/Developer/usr/llvm-gcc-4.2/lib/gcc/i686-apple-darwin9/4.2.1/../../../../i686-apple-darwin9/include"
ignoring nonexistent directory "/blah/usr/include"
ignoring nonexistent directory "/blah/System/Library/Frameworks"
ignoring nonexistent directory "/blah/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
End of search list.
GNU C version 4.2.1 (Based on Apple Inc. build 5546) (LLVM build 00)
(i686-apple-darwin9)
        compiled by GNU C version 4.2.1 (Based on Apple Inc. build 5546) (LLVM
build 00).
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list