diff options
author | Christopher Faylor <me@cgf.cx> | 2005-06-10 19:32:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-06-10 19:32:29 +0000 |
commit | 6700d99e7e5603600ec6290e581577ac933e1f5b (patch) | |
tree | 48adffdb2efd23f455701c05c9ac70f553808865 /winsup/testsuite | |
parent | eb83d8957280f4fbafe7cc770d23e97f8ec4537c (diff) | |
download | cygnal-6700d99e7e5603600ec6290e581577ac933e1f5b.tar.gz cygnal-6700d99e7e5603600ec6290e581577ac933e1f5b.tar.bz2 cygnal-6700d99e7e5603600ec6290e581577ac933e1f5b.zip |
* winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build since it
causes compile failures with gcc 3.4.4.
Diffstat (limited to 'winsup/testsuite')
-rw-r--r-- | winsup/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/testsuite/winsup.api/winsup.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index 31b1dd115..d32ef398c 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-06-10 Christopher Faylor <cgf@timesys.com> + + * winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build + since it causes compile failures with gcc 3.4.4. + 2005-06-06 Christopher Faylor <cgf@timesys.com> * cygload/cygload.exp: .cpp -> .cc. diff --git a/winsup/testsuite/winsup.api/winsup.exp b/winsup/testsuite/winsup.api/winsup.exp index e8eafad2e..26d3af0d2 100644 --- a/winsup/testsuite/winsup.api/winsup.exp +++ b/winsup/testsuite/winsup.api/winsup.exp @@ -48,7 +48,7 @@ foreach src [glob -nocomplain $srcdir/$subdir/*.c $srcdir/$subdir/*/*.c] { clear_xfail } - ws_spawn "$CC -nodefaultlibs -nostdinc -mwin32 $CFLAGS $src $add_includes $add_libs $runtime_root/binmode.o -lgcc $runtime_root/libcygwin0.a -lkernel32 -luser32 -o $base.exe" + ws_spawn "$CC -nodefaultlibs -mwin32 $CFLAGS $src $add_includes $add_libs $runtime_root/binmode.o -lgcc $runtime_root/libcygwin0.a -lkernel32 -luser32 -o $base.exe" if { $rv != "" } { verbose -log "$rv" fail "$testcase (compile)" |