diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-11-25 18:46:40 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-11-25 18:46:40 +0000 |
commit | 035f44f9912a9a63d05fa4130ec35812db4328bd (patch) | |
tree | a0a0db3c0ed7a4b7471f51c04112c2661cacdf02 /usr.bin/pcc | |
parent | 3c2f541d3e23df847b1c1a21f4b872d9dbf7a77f (diff) |
arm backend by Gregory McGarry, untested
Diffstat (limited to 'usr.bin/pcc')
-rw-r--r-- | usr.bin/pcc/ccom/arm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/pcc/ccom/arm/Makefile b/usr.bin/pcc/ccom/arm/Makefile new file mode 100644 index 00000000000..e05e0015eed --- /dev/null +++ b/usr.bin/pcc/ccom/arm/Makefile @@ -0,0 +1,3 @@ +TARGMACH= arm + +.include <bsd.prog.mk> |