Skip to content

Commit

Permalink
Windows build configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian authored and Ian committed Mar 23, 2009
1 parent 2579950 commit 178f694
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/hosts/ia32-cygwin.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# regarding copyright ownership.
#
bison.exe=c:/cygwin/bin/bison.exe
c++.exe=c:/cygwin/bin/g++.exe
c++.args=-w -pipe -ggdb3 -O -fPIC
c.exe=c:/cygwin/bin/gcc.exe
c.args=${c++.args}
shld.args=${c++.args} -shared
c.exe=c:/Program Files/Microsoft SDKs/Windows/v6.0/VC/Bin/cl.exe
c.args=/O2 /arch:SSE2
c++.exe=${c.exe}
c++.args=${c.args} /TP
shld.args=${c.args} /LD
perl.exe=c:/cygwin/bin/perl.exe
bash.exe=c:/cygwin/bin/bash.exe

Expand Down
24 changes: 24 additions & 0 deletions build/targets/ia32-cygwin.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#
# This file is part of the Jikes RVM project (http://jikesrvm.org).
#
# This file is licensed to You under the Common Public License (CPL);
# You may not use this file except in compliance with the License. You
# may obtain a copy of the License at
#
# http://www.opensource.org/licenses/cpl1.0.php
#
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
target.arch=ia32
target.os=Windows
target.bootimage.code.address=0x5B000000
target.bootimage.data.address=0x57000000
target.bootimage.rmap.address=0x5E000000
target.max-mappable.address=0xb0000000
target.address.size=32
target.dll-ext=.dll
target.dll-prefix=
target.jni-suffix=${target.dll-ext}
target.arch.sse2=full
target.arch.hw_fsqrt=true

0 comments on commit 178f694

Please sign in to comment.