summaryrefslogtreecommitdiff
path: root/tools/apbuild/apgcc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/apbuild/apgcc')
-rwxr-xr-xtools/apbuild/apgcc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/apbuild/apgcc b/tools/apbuild/apgcc
index be4863a3..ddda846b 100755
--- a/tools/apbuild/apgcc
+++ b/tools/apbuild/apgcc
@@ -78,10 +78,6 @@ if (!defined $appath) {
$appath = $FindBin::Bin;
}
}
-my $arch=`uname -m`;
-chomp $arch;
-`cp $appath/apsymbols.h.$arch $appath/apsymbols.h`;
-
# Special constants
our @linking = ('-Wl,--enable-new-dtags,--rpath,${ORIGIN}/../lib,--rpath,${ORIGIN}/../lib/autopackage');