Commit 8e30605e by Robert Lipe Committed by Ovidiu Predescu

objc-torture.exp: Add -I so we can find objc headers.

From-SVN: r23086
parent fc45c7ef
Wed Oct 14 21:11:19 1998 Robert Lipe <robertl@dgii.com>
* lib/objc-torture.exp (objc-torture-execute): Add -I so we can
find objc headers.
1998-10-14 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* compile/981001-4.c: Remove use of GCC extension that triggers a
......
......@@ -169,7 +169,7 @@ proc objc-torture-execute { src } {
verbose "Testing $testcase, $option" 1
set options ""
lappend options "additional_flags=-w $option"
lappend options "additional_flags=-w $option -I${srcdir}/../../libobjc"
set comp_output [objc_target_compile "$src" "$executable" executable $options];
# Set a few common compiler messages.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment