| Rev |
Log message |
Author |
Age |
Path |
| 2016 |
Update prebuilt files and HOWTO, install_compiler.sh, RELEASE for Open64 4.2.1
This check is in for final release of Open64 4.2.1 |
laijx |
1632d 20h |
/branches/open64-4.2.1/install_compiler.sh |
| 2012 |
Change the version to Open64 4.2.1 |
laijx |
1637d 19h |
/branches/open64-4.2.1/install_compiler.sh |
| 2011 |
Create bew branch for Open64 4.2.1 release. |
laijx |
1637d 20h |
/branches/open64-4.2.1/install_compiler.sh |
| 1950 |
Merge branches/merge08 into trunk.
Now the trunk is the latest revision for Open64 4.2 release.
The trunk now can generate code for 5 platforms:
- IA-32/x86_64
- IA-64 (Itanium)
- CUDA (from NVIDIA)
- SL (an embedded DSP architecture, from SimpLight)
- MIPS prototype (from ICT based on input from PathScale and SimpLight
The trunk is merged with PathScale 3.2 release with a lot of enhancement and
bug fix from Tsinghua Univ., NVIDIA, SimpLight, HP and ICT. |
laijx |
1699d 15h |
/trunk/install_compiler.sh |
| 1411 |
Replace all files in trunk with the merge branch.
Now the files in trunk should be the same as in the merge branch |
laijx |
1946d 19h |
/trunk/install_compiler.sh |
| 1359 |
Update makefiles and install_compiler.sh for libraries |
laijx |
2003d 18h |
/trunk/install_compiler.sh |
| 1353 |
Update for Open64 4.1 release |
laijx |
2004d 21h |
/trunk/install_compiler.sh |
| 1233 |
Install 32bit libgcc, libstdc++ and crt*.o on x86_64 platform. |
laijx |
2094d 23h |
/trunk/install_compiler.sh |
| 1134 |
Change the building directory of libopenmp to targia64, targia32_buildonia32 and targx8664_buildonia32. The binary libopenmp.a will be put in prebuilt library. |
hjz |
2153d 01h |
/trunk/install_compiler.sh |
| 1117 |
Check in the OpenMP Runtime Library. The RTL lcoated in osprey/libopenmp. |
hjz |
2164d 19h |
/trunk/install_compiler.sh |
| 1098 |
When install the libcginstr.a libinstr.a libmsgi.a libfortran.a libffio.a, etc, we should first
install the newly built ones if exists, then if no newly built libs, install them from the prebuild lib. |
hucheng |
2172d 15h |
/trunk/install_compiler.sh |
| 1090 |
There is a bug when install the prebuild bin files on x8664. This bug will cause the prebuild bin for ia64-cross be installed on x8664-native |
laijx |
2173d 21h |
/trunk/install_compiler.sh |
| 1081 |
Change the version from 3.0 to 4.0 |
laijx |
2175d 20h |
/trunk/install_compiler.sh |
| 1071 |
chang install dir:
$TOOLROOT/usr/bin -> $TOOLROOT/bin
$TOOLROOT/usr/lib -> $TOOLROOT/lib |
zx |
2177d 21h |
/trunk/install_compiler.sh |
| 1055 |
correct libmsgi.a on IA64 and clobber targia32_x8664/libfortran |
laijx |
2182d 16h |
/trunk/install_compiler.sh |
| 1052 |
Continue correcting errors in the install script |
laijx |
2183d 13h |
/trunk/install_compiler.sh |
| 1051 |
Correct a typo of libmsgi.a |
laijx |
2183d 13h |
/trunk/install_compiler.sh |
| 1050 |
Makefile is a general makefile for both ia64 and x8664/ia32, compiler and libraries.
We can use 'make' to build the compilers, 'make library' to build the libraries.
For more information, we can run 'make help'.
install_compiler.sh is used to install the components of the compiler. It can runs on both ia64 and x8664/ia32. The 'make install' command will invode this script.
kdriver is used to build the linux kernel on x8664/ia32. |
laijx |
2183d 16h |
/trunk/install_compiler.sh |