make/linux/platform_i486.suncc

Thu, 13 Jun 2013 22:02:40 -0700

author
ccheung
date
Thu, 13 Jun 2013 22:02:40 -0700
changeset 5259
ef57c43512d6
parent 526
a294fd0c4b38
child 6876
710a3c8b516e
permissions
-rw-r--r--

8014431: cleanup warnings indicated by the -Wunused-value compiler option on linux
Reviewed-by: dholmes, coleenp
Contributed-by: jeremymanson@google.com, calvin.cheung@oracle.com

dcubed@485 1 os_family = linux
dcubed@485 2
dcubed@485 3 arch = x86
dcubed@485 4
dcubed@485 5 arch_model = x86_32
dcubed@485 6
dcubed@485 7 os_arch = linux_x86
dcubed@485 8
dcubed@485 9 os_arch_model = linux_x86_32
dcubed@485 10
dcubed@485 11 lib_arch = i386
dcubed@485 12
dcubed@485 13 compiler = sparcWorks
dcubed@485 14
dcubed@485 15 gnu_dis_arch = i386
dcubed@485 16
dcubed@485 17 sysdefs = -DLINUX -DSPARC_WORKS -D_GNU_SOURCE -DIA32

mercurial