Module Name:    src
Committed By:   mrg
Date:           Tue Jun 28 09:27:39 UTC 2011

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config: netbsd.h

Log Message:
TOOLDIR_BASE_PREFIX must be a relative path now.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/netbsd.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.3 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.4
--- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.3	Tue Jun 21 06:54:27 2011
+++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h	Tue Jun 28 09:27:39 2011
@@ -87,7 +87,7 @@
 #define STANDARD_EXEC_PREFIX		"/usr/libexec/"
 
 #undef TOOLDIR_BASE_PREFIX
-#define TOOLDIR_BASE_PREFIX		"/usr/"
+#define TOOLDIR_BASE_PREFIX		"../"
 
 #undef STANDARD_BINDIR_PREFIX
 #define STANDARD_BINDIR_PREFIX		"/usr/bin"

Reply via email to