summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/gcc-uClibc/gcc-uClibc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/gcc-uClibc/gcc-uClibc.c b/extra/gcc-uClibc/gcc-uClibc.c
index a114160d5..719cf621c 100644
--- a/extra/gcc-uClibc/gcc-uClibc.c
+++ b/extra/gcc-uClibc/gcc-uClibc.c
@@ -132,11 +132,11 @@ int main(int argc, char **argv)
ep = "";
}
- if ((strstr(argv[0],"build") != 0) || (strstr(ep,"build") != 0)) {
+ if (strstr(ep,"build") != 0) {
use_build_dir = 1;
}
- if ((strstr(argv[0],"rpath") != 0) || (strstr(ep,"rpath") != 0)) {
+ if (strstr(ep,"rpath") != 0) {
use_rpath = 1;
}