equal
deleted
inserted
replaced
42 include $(WS_MAKE_RULES)/gnu-component.mk |
42 include $(WS_MAKE_RULES)/gnu-component.mk |
43 |
43 |
44 |
44 |
45 # GDB wants the GNU utilities |
45 # GDB wants the GNU utilities |
46 PATH=/usr/gnu/bin:$(GCC_ROOT)/bin:/usr/bin:/usr/perl5/bin |
46 PATH=/usr/gnu/bin:$(GCC_ROOT)/bin:/usr/bin:/usr/perl5/bin |
|
47 |
|
48 # Specify the C Standard to use when building |
|
49 CC += -std=gnu89 |
47 |
50 |
48 CFLAGS_sparc = -g -O2 -mcpu=ultrasparc -mtune=ultrasparc |
51 CFLAGS_sparc = -g -O2 -mcpu=ultrasparc -mtune=ultrasparc |
49 CFLAGS_sparc += -mno-unaligned-doubles |
52 CFLAGS_sparc += -mno-unaligned-doubles |
50 CFLAGS_sparc += -mapp-regs -mhard-float |
53 CFLAGS_sparc += -mapp-regs -mhard-float |
51 CFLAGS_i386 = -g -O2 -march=opteron -mtune=opteron |
54 CFLAGS_i386 = -g -O2 -march=opteron -mtune=opteron |