DREAMCAST: Fix compilation
This commit is contained in:
parent
c062b342b2
commit
08314ae61f
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -3420,8 +3420,10 @@ case $_backend in
|
|||
;;
|
||||
dc)
|
||||
append_var INCLUDES '-I$(srcdir)/backends/platform/dc'
|
||||
append_var INCLUDES "-isystem $RONINDIR/include"
|
||||
append_var LDFLAGS "-Wl,-Ttext,0x8c010000"
|
||||
append_var LDFLAGS "-nostartfiles"
|
||||
append_var LDFLAGS "-L$RONINDIR/lib"
|
||||
append_var LIBS "$RONINDIR/lib/crt0.o"
|
||||
# Enable serial debugging output only when --enable-debug is passed
|
||||
if test "$_release_build" = yes -o "$_debug_build" != yes; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue