summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 12:42:23 -0700
committerVyacheslav Barinov <v.barinov@samsung.com>2015-02-16 10:34:03 +0300
commit04d512e750b9c416fc15611649883ac5209d31c7 (patch)
treec6df0b6ed017cdb10994a9d2474eedca3dce1b53
parent231c5d93b0c0af68e5274b21a6fa82b67adb9291 (diff)
downloadbinutils-04d512e750b9c416fc15611649883ac5209d31c7.tar.gz
binutils-04d512e750b9c416fc15611649883ac5209d31c7.tar.bz2
binutils-04d512e750b9c416fc15611649883ac5209d31c7.zip
unit at a time
-rw-r--r--ld/testsuite/ld-selective/selective.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 99ea0122f3b..274394ea4b6 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -46,8 +46,8 @@ set seltests {
{A::foo() B::foo() dropme1() dropme2()} {*-*-*}}
}
-set cflags "-w -O -ffunction-sections -fdata-sections"
-set cxxflags "-fno-exceptions -fno-rtti"
+set cflags "-w -O -ffunction-sections -fdata-sections -fno-unit-at-a-time"
+set cxxflags "-fno-exceptions -fno-rtti -fno-unit-at-a-time"
set ldflags "--gc-sections -Bstatic"
if [istarget mips*-*] {