Issue 66685 - [CWS targetedaot] Some configure fixes
Summary: [CWS targetedaot] Some configure fixes
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: configure (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.4
Assignee: caolanm
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-23 13:11 UTC by geki
Modified: 2006-07-15 05:31 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
fix gcj checks (1.06 KB, patch)
2006-06-23 13:11 UTC, geki
no flags Details | Diff
fix typo in aottarget.mk (567 bytes, patch)
2006-06-24 13:43 UTC, geki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description geki 2006-06-23 13:11:01 UTC
Do not use '-Dbuild.compiler=gcj' for ant if javac is not plain gcj.
Comment 1 geki 2006-06-23 13:11:53 UTC
Created attachment 37295 [details]
fix gcj checks
Comment 2 geki 2006-06-24 13:43:24 UTC
Created attachment 37314 [details]
fix typo in aottarget.mk
Comment 3 caolanm 2006-07-03 09:33:29 UTC
Committed to branch
Comment 4 geki 2006-07-03 12:56:10 UTC
The typo is not fixed.
JAVACISGCJ is set to 'yes'. For the Ant test you check if JAVACISGCJ is 'YES'.
In all other places you check if it is 'yes'.
Comment 5 caolanm 2006-07-03 13:01:02 UTC
sigh!, I'm crap, fixed to be "yes"
Comment 6 geki 2006-07-03 14:22:01 UTC
Hm, http://gcc.gnu.org/java/compile.html states '--no-bounds-check' and
http://gcc.gnu.org/onlinedocs/gcj/Code-Generation.html#Code-Generation states
'-fno-bounds-check'.

So both seem fine.

verified
Comment 7 geki 2006-07-09 13:04:19 UTC
seen in m175, closing