# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/mame/mame.conf # Copyright (C) 2004 - 2023 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # # This Copyright note is generated by scripts/Create-CopyPatch, # more information can be found in the files COPYING and README. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append GCC_WRAPPER_INSERT ' ' "`pkg-config x11 --cflags --libs-only-L`" # defaults to x86 and enables x86 assembly otherwise if [ $arch = x86-64 ]; then var_append makeopt ' ' "MY_CPU=amd64" else var_append makeopt ' ' "MY_CPU=`echo $arch | arch2uname`" fi