mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
99475e6576
sys/reg.h. * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file. * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it. Mon Aug 24 10:37:38 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add sys/reg.h. * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file. * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
14 lines
257 B
Makefile
14 lines
257 B
Makefile
# Linux/m68k uses Motorola asm syntax and the ELF format.
|
|
|
|
m68k-syntax-flag = -DMOTOROLA_SYNTAX
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += mremap
|
|
sysdep_headers += sys/reg.h
|
|
endif
|
|
|
|
ifeq ($(subdir),elf)
|
|
sysdep-others += lddlibc4
|
|
install-bin += lddlibc4
|
|
endif
|