aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2017-12-07 23:46:47 +0000
committerEugene Sandulenko2018-04-07 09:30:07 +0200
commitb3ccc1ce744d161e0c64b4400ef51e6c4f50f346 (patch)
tree897e5ea6777e225d04c416df785884d08575ca61 /configure
parenta7defc21363ce4a89b5ac65220956555d0210f78 (diff)
downloadscummvm-rg350-b3ccc1ce744d161e0c64b4400ef51e6c4f50f346.tar.gz
scummvm-rg350-b3ccc1ce744d161e0c64b4400ef51e6c4f50f346.tar.bz2
scummvm-rg350-b3ccc1ce744d161e0c64b4400ef51e6c4f50f346.zip
DS: Fix detection of external libraries
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cf50277c23..fbb13723df 100755
--- a/configure
+++ b/configure
@@ -2565,7 +2565,6 @@ case $_host_os in
append_var CXXFLAGS "-fdata-sections"
append_var CXXFLAGS "-fno-strict-aliasing"
append_var CXXFLAGS "-fuse-cxa-atexit"
- append_var LDFLAGS "-specs=ds_arm9.specs"
append_var LDFLAGS "-mthumb-interwork"
append_var LDFLAGS "-mfloat-abi=soft"
append_var LDFLAGS "-Wl,-Map,map.txt"
@@ -2579,6 +2578,7 @@ case $_host_os in
append_var LDFLAGS "-L$DEVKITPRO/libnds/lib"
append_var LDFLAGS "-L$DEVKITPRO/portlibs/nds/lib"
append_var LDFLAGS "-L$DEVKITPRO/portlibs/armv5te/lib"
+ append_var LIBS "-specs=ds_arm9.specs"
append_var LIBS "-lnds9"
;;
freebsd*)