diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-14 11:20:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-14 11:20:02 +0000 |
commit | 61e73b405a8d55af80aa6a8e481839a7338eb73b (patch) | |
tree | 10a269b1ec9f0ac3777c65f48e0d7321df47d51b | |
parent | b2801ddac45fa1a3cc5e18b43df7ded9a9844257 (diff) | |
download | glibc-61e73b405a8d55af80aa6a8e481839a7338eb73b.tar glibc-61e73b405a8d55af80aa6a8e481839a7338eb73b.tar.gz glibc-61e73b405a8d55af80aa6a8e481839a7338eb73b.tar.bz2 glibc-61e73b405a8d55af80aa6a8e481839a7338eb73b.zip |
Mon Mar 4 21:57:14 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/unix/sysv/linux/m68k/Makefile: New file.
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/Makefile b/sysdeps/unix/sysv/linux/m68k/Makefile new file mode 100644 index 0000000000..bdbd1057c4 --- /dev/null +++ b/sysdeps/unix/sysv/linux/m68k/Makefile @@ -0,0 +1,3 @@ +# Linux/m68k uses Motorola asm syntax and the ELF format. + +m68k-syntax-flag = -DMOTOROLA_SYNTAX |