1N/Apkglibdir = $(libdir)/$(PACKAGE)/$(host_cpu)-$(host_vendor)
1N/Anodist_pkglib_DATA = stage1
1N/A
1N/ACLEANFILES = $(nodist_pkglib_DATA)
1N/A
1N/A# We can't use builtins or standard includes.
1N/AAM_CCASFLAGS = $(STAGE1_CFLAGS) -fno-builtin -nostdinc
1N/ALDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00
1N/A
1N/Anoinst_PROGRAMS = stage1.exec
1N/Astage1_exec_SOURCES = stage1.S stage1.h
1N/A
1N/ASUFFIXES = .exec
1N/A.exec:
1N/A $(OBJCOPY) -O binary $< $@