summaryrefslogtreecommitdiff
path: root/configs/fix_linker
authorkergoth <kergoth>2003-01-31 20:26:10 (UTC)
committer kergoth <kergoth>2003-01-31 20:26:10 (UTC)
commitde287ed2cff0562f4d3d13b06467f46578b7cbd6 (patch) (side-by-side diff)
tree64e834749e31c7a2fbd79a980df035ef142a2b27 /configs/fix_linker
parentb99ba8e71f6f7b47f564dccaac5a8d2404d12280 (diff)
downloadopie-de287ed2cff0562f4d3d13b06467f46578b7cbd6.zip
opie-de287ed2cff0562f4d3d13b06467f46578b7cbd6.tar.gz
opie-de287ed2cff0562f4d3d13b06467f46578b7cbd6.tar.bz2
Removing unnecessary configs, remnants of the old buildsystem to reduce confusion.
Diffstat (limited to 'configs/fix_linker') (more/less context) (ignore whitespace changes)
-rwxr-xr-xconfigs/fix_linker9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/fix_linker b/configs/fix_linker
deleted file mode 100755
index 645ef68..0000000
--- a/configs/fix_linker
+++ b/dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-
-for file in *g++*
-do
- sed "/SYSCONF_LINK .*=/s/g++/gcc/" $file > $file.tmp
- mv $file.tmp $file
-done
-