Brian Paul | ac619f4 | 2006-04-03 16:09:53 +0000 | [diff] [blame] | 1 | # Configuration for 64-bit SunOS 5, with gcc |
2 | |||||
3 | include $(TOP)/configs/sunos5-gcc | ||||
4 | |||||
5 | CONFIG_NAME = sunos5-64-gcc | ||||
6 | |||||
7 | # only set vars that differ from sunos5-gcc config | ||||
8 | |||||
9 | OPT_FLAGS = -O3 -m64 -mcpu=ultrasparc -mv8plus -mvis -g -fomit-frame-pointer -pipe | ||||
10 | |||||
11 | ARCH_FLAGS = -m64 |