Skip to content

Commit

Permalink
meson: Split out fpu/meson.build
Browse files Browse the repository at this point in the history
Reviewed-by: Luis Pires <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
  • Loading branch information
rth7680 committed Jun 11, 2021
1 parent 104cc2c commit c634754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions fpu/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
specific_ss.add(when: 'CONFIG_TCG', if_true: files('softfloat.c'))
4 changes: 1 addition & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -1968,9 +1968,6 @@ subdir('softmmu')

common_ss.add(capstone)
specific_ss.add(files('cpu.c', 'disas.c', 'gdbstub.c'), capstone)
specific_ss.add(when: 'CONFIG_TCG', if_true: files(
'fpu/softfloat.c',
))

# Work around a gcc bug/misfeature wherein constant propagation looks
# through an alias:
Expand Down Expand Up @@ -2001,6 +1998,7 @@ subdir('replay')
subdir('semihosting')
subdir('hw')
subdir('tcg')
subdir('fpu')
subdir('accel')
subdir('plugins')
subdir('bsd-user')
Expand Down

0 comments on commit c634754

Please sign in to comment.