A shell that runs x86_64 assembly
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011 |
- if CHECK
- noinst_PROGRAMS = asm_env_stamps
-
- EXTRA_DIST=procfs_pid_maps procfs_pid_maps_sm sample.history
-
- asm_env_stamps_SOURCES = asm_env_stamps.s
- asm_env_stamps_CCASFLAGS = -g -O0
-
- asm_env_stamps$(EXEEXT): $(asm_env_stamps_SOURCES:.s=.o)
- ld $(child_LDFLAGS) -o $@ $<
- endif
|