aboutsummaryrefslogtreecommitdiff
path: root/clean
diff options
context:
space:
mode:
authorCamil Staps2019-10-10 10:43:27 +0200
committerCamil Staps2019-10-10 10:43:27 +0200
commit22cbe847a3b2db18753be3c6e92cf7eef6a8dc14 (patch)
treef730289586306d3ee8c06ad5faf69deb4a6522c7 /clean
parentdualmon-dp is now used with a horizontal monitor (diff)
Use gcc instead of Clean linker in iTasksDev; fix install_clean n+1
Diffstat (limited to 'clean')
-rw-r--r--clean/.clean/iTasksDev.env3
-rwxr-xr-xclean/bin/install_clean2
2 files changed, 2 insertions, 3 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env
index 32e1782..a99c216 100644
--- a/clean/.clean/iTasksDev.env
+++ b/clean/.clean/iTasksDev.env
@@ -21,8 +21,7 @@
EnvironmentByteCodeLink: lib/exe/bclink
EnvironmentByteCodeStrip: lib/exe/bcstrip
EnvironmentByteCodePrelink: lib/exe/bcprelink
- EnvironmentLinker: lib/exe/linker|lib/exe/itasks-web-collector
- EnvironmentDynLink: lib/exe/linker
+ EnvironmentLinker: /usr/bin/gcc::-Wl,--gc-sections|lib/exe/itasks-web-collector
EnvironmentVersion: 920
EnvironmentRedirect: False
EnvironmentCompileMethod: Pers
diff --git a/clean/bin/install_clean b/clean/bin/install_clean
index 5b73475..a1402a6 100755
--- a/clean/bin/install_clean
+++ b/clean/bin/install_clean
@@ -27,7 +27,7 @@ done
grep -h '^[[:space:]]' "$CLEAN_HOME"/etc/*.env >> "$CLEAN_HOME/etc/IDEEnvs"
cat ~/.clean/iTasksDev.env >> "$CLEAN_HOME/etc/IDEEnvs"
-tail -n +2 ~/projects/top/vm/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs"
+tail -n +3 ~/projects/top/vm/config/IDEEnvs >> "$CLEAN_HOME/etc/IDEEnvs"
ln -s lib/exe "$CLEAN_HOME/exe"