diff options
author | imp <imp@FreeBSD.org> | 2006-09-14 06:39:07 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-09-14 06:39:07 +0000 |
commit | 9fed87cdab77de58c4c3cfcadb85a81fc9a8ed93 (patch) | |
tree | d23959f044e2bd7c6c6006d20795472d3f6113bb /gnu | |
parent | 68381de49c05960308bca7070620cc1ac88a0fb8 (diff) | |
download | FreeBSD-src-9fed87cdab77de58c4c3cfcadb85a81fc9a8ed93.zip FreeBSD-src-9fed87cdab77de58c4c3cfcadb85a81fc9a8ed93.tar.gz |
Config file for arm assembler
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/as/arm-freebsd/targ-cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/as/arm-freebsd/targ-cpu.h b/gnu/usr.bin/binutils/as/arm-freebsd/targ-cpu.h new file mode 100644 index 0000000..ac41074 --- /dev/null +++ b/gnu/usr.bin/binutils/as/arm-freebsd/targ-cpu.h @@ -0,0 +1,3 @@ +/* $FreeBSD$ */ + +#include "tc-arm.h" |