root
a2e4f78881
small fix in extTools module
...
Former-commit-id: ad8e18c777
2014-04-12 02:27:13 +04:00
Norayr Chilingarian
74488d88de
silences clang warnings of type "place parentheses around the '&' expression". small fix in OPV to
...
make it
Former-commit-id: f066c42eb9
2014-04-10 17:51:05 +04:00
Norayr Chilingarian
331170683e
clang is used to compile libs on linux too.
...
Former-commit-id: 615253e7a9
2014-04-10 14:17:41 +04:00
Norayr Chilingarian
4392bf4c5d
linux clang platform added
...
Former-commit-id: d2680335c6
2014-03-27 16:44:51 +04:00
Norayr Chilingarian
c6d368b789
static and dynamic linking works on macosx -- noch
...
Former-commit-id: 87f7119dfd
2014-03-21 06:53:33 +08:00
Norayr Chilingarian
12fa4aec39
fixed problem with short prefix path in version module
...
Former-commit-id: bdb2b32588
2014-03-21 04:22:23 +08:00
Norayr Chilingarian
66c583b70e
separated Kernel, Files. Texts modules for bootstrapping and general use
...
Former-commit-id: e1f76da278
2014-03-21 04:00:44 +08:00
Norayr Chilingarian
bb1e56ad56
prefixed installation now works.
...
fixed bug with -m, it couldn't work because libVishapOberon contained
bindings to X11 but was not linked to X11
Former-commit-id: f3548d289f
2014-03-20 21:11:03 +04:00
Norayr Chilingarian
96712598ef
small fix
...
Former-commit-id: 02f7cad356
2014-03-18 20:25:59 +04:00
Norayr Chilingarian
38d4e88876
added target os, added experimental darwin, starting darwin port
...
Former-commit-id: 49b86a4ac5
2014-03-18 20:05:19 +04:00
Norayr Chilingarian
3a0e194d18
powerpc
...
Former-commit-id: 13a7216990
2014-01-08 05:14:57 +04:00
Norayr Chilingarian
d7dda25f85
porting to powerpc
...
Former-commit-id: 44086e5817
2014-01-06 20:38:56 +04:00
Norayr Chilingarian
429a632e56
Kernel.Mod fixed, so that MODULES variable is always checked first.
...
This means, custom module with the same name, as standard, will be checked first.
Former-commit-id: b18729c519
2013-11-14 18:47:49 +04:00
Norayr Chilingarian
48e4a887e5
increased command line length
...
Former-commit-id: d1ce637c81
2013-11-13 17:23:03 +04:00
Norayr Chilingarian
d765c35b19
extTools fixed for non 64bit architectures, SysStat can now be compiled on 32bit architectures
...
Former-commit-id: d9f6914fe5
2013-11-06 00:10:20 +04:00
Norayr Chilingarian
022dd8ef4a
ported ulmStrings, ulmConstStrings.
...
changed hidden fields limit in OPM module.
makefiles
Former-commit-id: 6ef66fa542
2013-10-23 17:54:58 +04:00
Norayr Chilingarian
745b4851ca
fixed issue with multiple modules compilation.
...
now voc adds dependency modules object files to the main module
compiling command line.
for example, if MM0 imports MM1 then if we call voc like:
voc -l MM1.Mod -s MM0.Mod -M
the commandline will look like
cc MM0.c MM1.o -static -o MM0 -fPIC -g -I /opt/voc-1.0/src/lib/system/gnuc/x86_64 -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib
Former-commit-id: a3214b8154
2013-10-07 16:46:04 +04:00
Norayr Chilingarian
d858f133f8
-MC now works, does not compile main unit by default, but creates object
...
file and don't link it.
Former-commit-id: cb804b16cb
2013-10-05 22:40:38 +04:00
Norayr Chilingarian
104433029b
commented out c compiler command line output, may be will add debug mode later.
...
-- noch
Former-commit-id: 01be73a99d
2013-09-28 01:57:02 +04:00
Norayr Chilingarian
6a1eccd316
voc compiler first commit
...
Former-commit-id: 760d826948
2013-09-27 22:34:17 +04:00