2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +00:00

Add ASM to the list of assembler suffixes. Just because I need that

extension somewhere else.


[SVN r30541]
This commit is contained in:
Vladimir Prus
2005-08-12 13:14:46 +00:00
parent 6287adc232
commit 41affca107

View File

@@ -1,4 +1,4 @@
# Copyright Craig Rodrigues 2005. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
type ASM : s S ;
type ASM : s S asm ;