Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
a6d00519
Commit
a6d00519
authored
Aug 08, 2006
by
Sebastian Hack
Browse files
Added environment variable for the compiler binary
parent
55c672a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/test/makereport.sh
View file @
a6d00519
EDG_BIN
=
"edg"
EDG_CFLAGS
=
"--c --gnu=400002 -I/usr/lib/gcc-lib/i686-pc-linux-gnu/4.1.1/include"
GCC_CFLAGS
=
"-O3 -g -fomit-frame-pointer"
LINKFLAGS
=
"-lm"
...
...
@@ -35,7 +36,7 @@ for file in ${CFILES}; do
echo
"Building
$name
"
echo
"Results for
$name
"
>
$res
echo
"*** EDG/FIRM Compile"
>>
$res
CMD
=
"
edg
${
EDG_CFLAGS
}
$file
"
CMD
=
"
${
EDG_BIN
}
${
EDG_CFLAGS
}
$file
"
echo
"
$CMD
"
>>
$res
$CMD
>>
$res
2>&1
||
COMPILE_RES
=
"failed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment