Skip to content

Commit

Permalink
gccxml 2012-07-26 (88e796db)
Browse files Browse the repository at this point in the history
  • Loading branch information
GCC-XML authored and bradking committed Jul 26, 2012
1 parent 435da0f commit 85b1fd3
Show file tree
Hide file tree
Showing 15 changed files with 13,708 additions and 119 deletions.
3 changes: 3 additions & 0 deletions GCC_XML/GXFront/gxConfiguration.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1576,6 +1576,7 @@ bool gxConfiguration::FindFlagsGCC()
{
s = *it;
}
gxSystemTools::ConvertToUnixSlashes(s);

if (INCLUDES != "")
{
Expand Down Expand Up @@ -1801,6 +1802,7 @@ bool gxConfiguration::FindFlagsIntel()
{
s = *it;
}
gxSystemTools::ConvertToUnixSlashes(s);

if (INCLUDES != "")
{
Expand Down Expand Up @@ -2027,6 +2029,7 @@ bool gxConfiguration::FindFlagsMIPSpro()
{
s = *it;
}
gxSystemTools::ConvertToUnixSlashes(s);

if (INCLUDES != "")
{
Expand Down
3 changes: 1 addition & 2 deletions GCC_XML/KWSys/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ IF(KWSYS_STANDALONE OR CMake_SOURCE_DIR)
SET(KWSYS_USE_FundamentalType 1)
SET(KWSYS_USE_Terminal 1)
SET(KWSYS_USE_IOStream 1)
SET(KWSYS_USE_DateStamp 1)
SET(KWSYS_USE_String 1)
SET(KWSYS_USE_SystemInformation 1)
SET(KWSYS_USE_CPU 1)
Expand Down Expand Up @@ -690,7 +689,7 @@ ENDFOREACH(cpp)

# Add selected C components.
FOREACH(c
Process Base64 FundamentalType MD5 Terminal System DateStamp String CPU
Process Base64 FundamentalType MD5 Terminal System String CPU
)
IF(KWSYS_USE_${c})
# Use the corresponding header file.
Expand Down
42 changes: 0 additions & 42 deletions GCC_XML/KWSys/DateStamp.h.in

This file was deleted.

21 changes: 0 additions & 21 deletions GCC_XML/KWSys/kwsysDateStamp.cmake

This file was deleted.

54 changes: 0 additions & 54 deletions GCC_XML/KWSys/kwsysDateStamp.py

This file was deleted.

3 changes: 3 additions & 0 deletions GCC_XML/Support/GCC/4.7/bits/c++config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include_next <bits/c++config.h>
/* GCC 4.2 parser does not support __int128 */
#undef _GLIBCXX_USE_INT128
Loading

0 comments on commit 85b1fd3

Please sign in to comment.