diff options
author | johnvg | 2015-09-08 11:44:58 +0000 |
---|---|---|
committer | johnvg | 2015-09-08 11:44:58 +0000 |
commit | d6b228fd9b50b23ff160619812c11a7984964133 (patch) | |
tree | 306811feadf0e3ea950404cbdd6d7a855a05dcad | |
parent | add record label to .record directive for list of unboxed records (diff) |
remove .o files generated by c compiler in call to clm,
no longer necessary because clm supports import code from,
compile module backendconvert with -fusion
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@2628 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
-rwxr-xr-x | unix/make.linux.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/unix/make.linux.sh b/unix/make.linux.sh index 29fc289..c70511a 100755 --- a/unix/make.linux.sh +++ b/unix/make.linux.sh @@ -4,11 +4,12 @@ CLM=clm (cd backendC/CleanCompilerSources; make) (cd ../libraries/ArgEnvUnix; make ArgEnvC.o) (cd main/Unix; make -f Makefile all); +$CLM -ci -I backend -I frontend -I main -I main/Unix -ABC -fusion backendconvert $CLM -h 24M -nt -nw -ci -ns -nr -I backend -I frontend -I main -I main/Unix \ -I ../libraries/ArgEnvUnix \ - -l ../libraries/ArgEnvUnix/ArgEnvC.o \ - -l main/Unix/cDirectory.o \ - -l main/Unix/set_return_code_c.o \ - -l main/Unix/ipc.o \ -l backendC/CleanCompilerSources/backend.a \ cocl -o cocl +# -l ../libraries/ArgEnvUnix/ArgEnvC.o \ +# -l main/Unix/cDirectory.o \ +# -l main/Unix/set_return_code_c.o \ +# -l main/Unix/ipc.o \ |