diff options
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am index bdf61246..128f7911 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -603,6 +603,13 @@ endif # Architecture specific parts. # +if HOST_ix86 +include i386/Makefrag_x86.am +endif +if HOST_x86_64 +include i386/Makefrag_x86.am +endif + # ix86. include i386/Makefrag.am |