Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: sysdeps/sparc/sparc32/sparcv9/Makefile

Issue 3299002: [glibc] Allow building on case insensitive filesystems (Closed) Base URL: ssh://gitrw.chromium.org/nacl-glibc
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/check-local-headers.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 sysdep-CFLAGS += -mcpu=ultrasparc -Wa,-Av9a 1 sysdep-CFLAGS += -mcpu=ultrasparc -Wa,-Av9a
2 2
3 ifeq ($(subdir),csu) 3 ifeq ($(subdir),csu)
4 sysdep_routines += hp-timing 4 sysdep_routines += hp-timing
5 elide-routines.os += hp-timing 5 elide-routines.os += hp-timing
6 endif 6 endif
7 7
8 ASFLAGS-.o += -Wa,-Av9a 8 ASFLAGS-.o += -Wa,-Av9a
9 ASFLAGS-.os += -Wa,-Av9a 9 ASFLAGS-.os += -Wa,-Av9a
10 ASFLAGS-.op += -Wa,-Av9a 10 ASFLAGS-.op += -Wa,-Av9a
11 ASFLAGS-.og += -Wa,-Av9a 11 ASFLAGS-.og += -Wa,-Av9a
12 ASFLAGS-.ob += -Wa,-Av9a 12 ASFLAGS-.ob += -Wa,-Av9a
13 ASFLAGS-.oS += -Wa,-Av9a 13 ASFLAGS-.ons += -Wa,-Av9a
OLDNEW
« no previous file with comments | « scripts/check-local-headers.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698