[haiku-commits] buildtools: btrev43044 - gcc/gcc/config legacy/gcc/gcc/config/i386

  • From: joe.prostko@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 1 Nov 2012 04:53:02 +0100 (CET)

btrev43044 adds 1 changeset to branch 'master'
old head: a17bb71c1660d9aa9c5fc68f0c11aa497b02c2a3
new head: 6be228270ac1a48f8d64e4f7e8b79dea53608210

----------------------------------------------------------------------------

6be2282: Add gnu directory back to INCLUDE_DEFAULTS
  * Done for both GCC2 and GCC4 buildtools
  * Due to this change, hrev44719 will be reverted once new optional packages 
are built

                               [ Joseph R. Prostko <joe.prostko@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    btrev43044
Commit:      6be228270ac1a48f8d64e4f7e8b79dea53608210
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=6be2282
Author:      Joseph R. Prostko <joe.prostko@xxxxxxxxx>
Date:        Thu Nov  1 03:43:01 2012 UTC

----------------------------------------------------------------------------

2 files changed, 4 insertions(+)
gcc/gcc/config/haiku.h             | 2 ++
legacy/gcc/gcc/config/i386/haiku.h | 2 ++

----------------------------------------------------------------------------

diff --git a/gcc/gcc/config/haiku.h b/gcc/gcc/config/haiku.h
index 04fdb20..64f8e02 100644
--- a/gcc/gcc/config/haiku.h
+++ b/gcc/gcc/config/haiku.h
@@ -113,6 +113,7 @@ Boston, MA 02111-1307, USA.  */
     { "/boot/develop/headers/3rdparty", 0, 0, 0, 0, 0 }, \
     { "/boot/develop/headers/bsd", 0, 0, 0, 0, 0 }, \
     { "/boot/develop/headers/glibc", 0, 0, 0, 0, 0 }, \
+    { "/boot/develop/headers/gnu", 0, 0, 0, 0, 0 }, \
     { "/boot/develop/headers/posix", 0, 0, 0, 0, 0 }, \
     { "/boot/develop/headers", 0, 0, 0, 0, 0 }, \
     { 0, 0, 0, 0, 0, 0 } \
@@ -155,6 +156,7 @@ Boston, MA 02111-1307, USA.  */
     { CROSS_INCLUDE_DIR "/3rdparty", 0, 0, 0, 1, 0 }, \
     { CROSS_INCLUDE_DIR "/bsd", 0, 0, 0, 1, 0 }, \
     { CROSS_INCLUDE_DIR "/glibc", 0, 0, 0, 1, 0 }, \
+    { CROSS_INCLUDE_DIR "/gnu", 0, 0, 0, 1, 0 }, \
     { CROSS_INCLUDE_DIR "/posix", 0, 0, 0, 1, 0 }, \
     { CROSS_INCLUDE_DIR , 0, 0, 0, 1, 0 }, \
     { 0, 0, 0, 0, 0, 0 } \
diff --git a/legacy/gcc/gcc/config/i386/haiku.h 
b/legacy/gcc/gcc/config/i386/haiku.h
index 13250b9..9355e27 100644
--- a/legacy/gcc/gcc/config/i386/haiku.h
+++ b/legacy/gcc/gcc/config/i386/haiku.h
@@ -392,6 +392,7 @@ extern union tree_node *i386_pe_merge_decl_attributes ();
     { "/boot/develop/headers/3rdparty", 0, 0, 0 },\
     { "/boot/develop/headers/bsd", 0, 0, 0 },\
     { "/boot/develop/headers/glibc", 0, 0, 0 },\
+    { "/boot/develop/headers/gnu", 0, 0, 0 },\
     { "/boot/develop/headers/posix", 0, 0, 0 },\
     { "/boot/develop/headers", 0, 0, 0 }, \
     { 0, 0, 0, 0 } \
@@ -431,6 +432,7 @@ extern union tree_node *i386_pe_merge_decl_attributes ();
     { CROSS_INCLUDE_DIR "/3rdparty", 0, 0, 0 },\
     { CROSS_INCLUDE_DIR "/bsd", 0, 0, 0 },\
     { CROSS_INCLUDE_DIR "/glibc", 0, 0, 0 },\
+    { CROSS_INCLUDE_DIR "/gnu", 0, 0, 0 },\
     { CROSS_INCLUDE_DIR "/posix", 0, 0, 0 },\
     { CROSS_INCLUDE_DIR , 0, 0, 0 }, \
     { 0, 0, 0, 0 } \


Other related posts:

  • » [haiku-commits] buildtools: btrev43044 - gcc/gcc/config legacy/gcc/gcc/config/i386 - joe . prostko