File: Makefile.opts

package info (click to toggle)
tkisem 4.5.12-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 964 kB
  • ctags: 1,372
  • sloc: cpp: 4,844; tcl: 3,047; asm: 1,991; makefile: 335; ansic: 269; sh: 155
file content (11 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# Set commands used in implicit rules to sparc cross-development tools
AS = sparc-as
CC = sparc-ld

# Many of the demo programs use "start" as the start symbol:
LDFLAGS += -e start
# tkisem barfs on ELF executables (the default), so this is crucial:
LDFLAGS += -m sun4

# Cancel default rule going from assembly to executable in one command
%: %.s