Skip to content

Commit 56205a8

Browse files
committed
arch: add arch definition for ia64
1 parent 75cd41f commit 56205a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/ia64.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
# arch/ia64.sh: Arch definition for IA-64
3+
4+
# NOTE: -O3 causes ICEs.
5+
CFLAGS_COMMON_ARCH=('-O2' '-mtune=itanium2')
6+
7+
AB_FLAGS_O3=0
8+
# NOTE: libssp is not available for ia64.
9+
AB_FLAGS_SSP=0

0 commit comments

Comments
 (0)