Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion firmware/isoldr/loader/Makefile.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TARGETSIZE = $(TARGETPREFIX)-size
TARGETLDFLAGS = -Wl,--gc-sections -Wl,--no-warn-rwx-segments \
-Tshlelf.xc -Ttext=$(TARGET) \
-nostartfiles -nostdlib -nodefaultlibs
TARGETCFLAGS = -ml -m4-single-only -ffunction-sections -fdata-sections -ffreestanding \
TARGETCFLAGS = -ml -m4-single -ffunction-sections -fdata-sections -ffreestanding \
-fno-builtin -fno-strict-aliasing -fomit-frame-pointer \
-freorder-blocks-algorithm=simple -flto=auto \
-Wall -std=c17 -Wextra -Werror \
Expand Down
2 changes: 1 addition & 1 deletion firmware/isoldr/syscalls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TARGETLD = $(TARGETPREFIX)-ld
TARGETAS = $(TARGETPREFIX)-as
TARGETSIZE = $(TARGETPREFIX)-size
TARGETLDFLAGS = -Wl,--gc-sections -Tshlelf.xc -nostartfiles -nostdlib -nodefaultlibs
TARGETCFLAGS = -ml -m4-single-only -ffunction-sections -fdata-sections -ffreestanding \
TARGETCFLAGS = -ml -m4-single -ffunction-sections -fdata-sections -ffreestanding \
-fno-builtin -fno-strict-aliasing -fomit-frame-pointer \
-Wall -std=c17 -Wextra -Werror

Expand Down
2 changes: 1 addition & 1 deletion modules/mp3/libmp3/libmp3/sndmp3.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* This library is designed to be called from another program in a thread. It
expects an input filename, and it will do all the setup and playback work.

This requires a working math library for m4-single-only (such as newlib).
This requires a working math library for m4-single (such as newlib).

*/

Expand Down
2 changes: 1 addition & 1 deletion modules/mp3/libmp3/libmp3/sndmp3_mpg123.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/* This library is designed to be called from another program in a thread. It
expects an input filename, and it will do all the setup and playback work.
This requires a working math library for m4-single-only (such as newlib).
This requires a working math library for m4-single (such as newlib).
*/


Expand Down
2 changes: 1 addition & 1 deletion modules/mp3/libmp3/libmp3/sndmp3_mpglib.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/* This library is designed to be called from another program in a thread. It
expects an input filename, and it will do all the setup and playback work.

This requires a working math library for m4-single-only (such as newlib).
This requires a working math library for m4-single (such as newlib).

*/

Expand Down
6 changes: 3 additions & 3 deletions modules/mp3/libmp3/mpg123/Makefile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ AWK = gawk
CC = /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc
CCAS = /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc
CCASDEPMODE = depmode=gcc3
CCASFLAGS = -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CCASFLAGS = -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CCDEPMODE = depmode=gcc3
CFLAGS = -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CFLAGS = -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
COREAUDIO_CFLAGS =
COREAUDIO_LDFLAGS =
COREAUDIO_LIBS = -framework AudioToolbox -framework AudioUnit -framework CoreServices
Expand Down Expand Up @@ -158,7 +158,7 @@ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
JACK_CFLAGS =
JACK_LDFLAGS =
JACK_LIBS =
LDFLAGS = -ml -m4-single-only -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast
LDFLAGS = -ml -m4-single -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast
LFS_LOBJ = lfs_alias.lo
LIBMPG123_VERSION = 32:0:32
LIBOBJS =
Expand Down
286 changes: 143 additions & 143 deletions modules/mp3/libmp3/mpg123/config.log

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions modules/mp3/libmp3/mpg123/config.status
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Report bugs to <[email protected]>."
ac_cs_version="\
mpg123 config.status 20110808000000
configured by ./configure, generated by GNU Autoconf 2.61,
with options \"'--host=sh-elf' '--with-cpu=generic_fpu' 'CFLAGS=-O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing' 'LDFLAGS= -ml -m4-single-only -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast' 'LIBS=-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group' 'CC=/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc' 'host_alias=sh-elf'\"
with options \"'--host=sh-elf' '--with-cpu=generic_fpu' 'CFLAGS=-O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing' 'LDFLAGS= -ml -m4-single -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast' 'LIBS=-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group' 'CC=/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc' 'host_alias=sh-elf'\"

Copyright (C) 2006 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
Expand Down Expand Up @@ -410,10 +410,10 @@ if $ac_cs_silent; then
fi

if $ac_cs_recheck; then
echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--host=sh-elf' '--with-cpu=generic_fpu' 'CFLAGS=-O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing' 'LDFLAGS= -ml -m4-single-only -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast' 'LIBS=-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group' 'CC=/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc' 'host_alias=sh-elf' $ac_configure_extra_args " --no-create --no-recursion" >&6
echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--host=sh-elf' '--with-cpu=generic_fpu' 'CFLAGS=-O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing' 'LDFLAGS= -ml -m4-single -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast' 'LIBS=-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group' 'CC=/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc' 'host_alias=sh-elf' $ac_configure_extra_args " --no-create --no-recursion" >&6
CONFIG_SHELL=/bin/sh
export CONFIG_SHELL
exec /bin/sh "./configure" '--host=sh-elf' '--with-cpu=generic_fpu' 'CFLAGS=-O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing' 'LDFLAGS= -ml -m4-single-only -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast' 'LIBS=-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group' 'CC=/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc' 'host_alias=sh-elf' $ac_configure_extra_args --no-create --no-recursion
exec /bin/sh "./configure" '--host=sh-elf' '--with-cpu=generic_fpu' 'CFLAGS=-O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing' 'LDFLAGS= -ml -m4-single -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast' 'LIBS=-Wl,--start-group -lkallisti -lc -lgcc -Wl,--end-group' 'CC=/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc' 'host_alias=sh-elf' $ac_configure_extra_args --no-create --no-recursion
fi

exec 5>>config.log
Expand Down Expand Up @@ -572,8 +572,8 @@ s,@AMTAR@,|#_!!_#|${SHELL} /usr/local/dc/kos/kos/ds/lib/libmp3/mpg123/build/miss
s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
s,@CC@,|#_!!_#|/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc,g
s,@CFLAGS@,|#_!!_#|-O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing,g
s,@LDFLAGS@,|#_!!_#| -ml -m4-single-only -Wl\,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast,g
s,@CFLAGS@,|#_!!_#|-O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing,g
s,@LDFLAGS@,|#_!!_#| -ml -m4-single -Wl\,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast,g
s,@CPPFLAGS@,|#_!!_#| -DOPT_GENERIC -DREAL_IS_FLOAT -DNOXFERMEM ,g
s,@ac_ct_CC@,|#_!!_#|,g
s,@EXEEXT@,|#_!!_#|,g
Expand All @@ -588,7 +588,7 @@ s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
s,@am__fastdepCC_TRUE@,|#_!!_#|,g
s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
s,@CCAS@,|#_!!_#|/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc,g
s,@CCASFLAGS@,|#_!!_#|-O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing,g
s,@CCASFLAGS@,|#_!!_#|-O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing,g
s,@CCASDEPMODE@,|#_!!_#|depmode=gcc3,g
s,@am__fastdepCCAS_TRUE@,|#_!!_#|,g
s,@am__fastdepCCAS_FALSE@,|#_!!_#|#,g
Expand Down
6 changes: 3 additions & 3 deletions modules/mp3/libmp3/mpg123/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ AWK = gawk
CC = /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc
CCAS = /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc
CCASDEPMODE = depmode=gcc3
CCASFLAGS = -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CCASFLAGS = -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CCDEPMODE = depmode=gcc3
CFLAGS = -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CFLAGS = -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
COREAUDIO_CFLAGS =
COREAUDIO_LDFLAGS =
COREAUDIO_LIBS = -framework AudioToolbox -framework AudioUnit -framework CoreServices
Expand Down Expand Up @@ -117,7 +117,7 @@ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
JACK_CFLAGS =
JACK_LDFLAGS =
JACK_LIBS =
LDFLAGS = -ml -m4-single-only -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast
LDFLAGS = -ml -m4-single -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast
LFS_LOBJ = lfs_alias.lo
LIBMPG123_VERSION = 32:0:32
LIBOBJS =
Expand Down
4 changes: 2 additions & 2 deletions modules/mp3/libmp3/mpg123/libtool
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ AR_FLAGS="cru"
LTCC="/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc"

# LTCC compiler flags.
LTCFLAGS="-O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing"
LTCFLAGS="-O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing"

# A language-specific compiler.
CC="/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc"
Expand Down Expand Up @@ -7358,7 +7358,7 @@ AR_FLAGS="cru"
LTCC="/opt/toolchains/dc/sh-elf/bin/sh-elf-gcc"

# LTCC compiler flags.
LTCFLAGS="-O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing"
LTCFLAGS="-O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing"

# A language-specific compiler.
CC="sh-elf-g++"
Expand Down
6 changes: 3 additions & 3 deletions modules/mp3/libmp3/mpg123/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ AWK = gawk
CC = /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc
CCAS = /opt/toolchains/dc/sh-elf/bin/sh-elf-gcc
CCASDEPMODE = depmode=gcc3
CCASFLAGS = -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CCASFLAGS = -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CCDEPMODE = depmode=gcc3
CFLAGS = -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single-only -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
CFLAGS = -O2 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -O2 -fomit-frame-pointer -ml -m4-single -fno-crossjumping -I/usr/local/dc/kos/kos/../kos-ports/include -I/usr/local/dc/kos/kos/include -I/usr/local/dc/kos/kos/kernel/arch/dreamcast/include -I/usr/local/dc/kos/kos/addons/include -D_arch_dreamcast -D_arch_sub_pristine -Wall -g -fno-builtin -fno-strict-aliasing
COREAUDIO_CFLAGS =
COREAUDIO_LDFLAGS =
COREAUDIO_LIBS = -framework AudioToolbox -framework AudioUnit -framework CoreServices
Expand Down Expand Up @@ -193,7 +193,7 @@ INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
JACK_CFLAGS =
JACK_LDFLAGS =
JACK_LIBS =
LDFLAGS = -ml -m4-single-only -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast
LDFLAGS = -ml -m4-single -Wl,-Ttext=0x8c010000 -T/usr/local/dc/kos/kos/utils/ldscripts/shlelf.xc -nodefaultlibs -L/usr/local/dc/kos/kos/lib/dreamcast -L/usr/local/dc/kos/kos/addons/lib/dreamcast
LFS_LOBJ = lfs_alias.lo
LIBMPG123_VERSION = 32:0:32
LIBOBJS =
Expand Down
Loading