blob: 1b65bb07aa9fe01fa99684dd2190c931289d6064 (
plain)
1
2
3
4
|
# We need special startup code for statically linked binaries.
# See Makefile in this directory for the rule that builds this.
# We must define this variable earlier than sysdeps Makefiles are included.
static-start-installed-name = crt0.o
|