Make bootloader 1 work
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
/* #undef USE_PPDEV */
|
||||
|
||||
/* build with (lib)usb support (default: no) */
|
||||
/* #undef USE_USB */
|
||||
#define USE_USB 1
|
||||
|
||||
/* build with gzip and zip support (default: yes) */
|
||||
#define USE_ZLIB 1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
DLOPEN=1
|
||||
USE_ZLIB=1
|
||||
USE_DISCMAGE=1
|
||||
|
||||
USE_USB=1
|
||||
|
||||
|
||||
CC=gcc
|
||||
|
||||
@@ -300,7 +300,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
||||
ac_cs_version="\
|
||||
uCON64 config.status 2.0.2
|
||||
configured by ./configure, generated by GNU Autoconf 2.59,
|
||||
with options \"'--with-libusb'\"
|
||||
with options \"'--with-libusb' 'CFLAGS=-I/usr/local/Cellar/libusb-compat/0.1.5/include' 'LDFLAGS=-L/usr/local/Cellar/libusb-compat/0.1.5/lib -lusb'\"
|
||||
|
||||
Copyright (C) 2003 Free Software Foundation, Inc.
|
||||
This config.status script is free software; the Free Software Foundation
|
||||
@@ -379,8 +379,8 @@ if $ac_cs_silent; then
|
||||
fi
|
||||
|
||||
if $ac_cs_recheck; then
|
||||
echo "running /bin/sh ./configure " '--with-libusb' $ac_configure_extra_args " --no-create --no-recursion" >&6
|
||||
exec /bin/sh ./configure '--with-libusb' $ac_configure_extra_args --no-create --no-recursion
|
||||
echo "running /bin/sh ./configure " '--with-libusb' 'CFLAGS=-I/usr/local/Cellar/libusb-compat/0.1.5/include' 'LDFLAGS=-L/usr/local/Cellar/libusb-compat/0.1.5/lib -lusb' $ac_configure_extra_args " --no-create --no-recursion" >&6
|
||||
exec /bin/sh ./configure '--with-libusb' 'CFLAGS=-I/usr/local/Cellar/libusb-compat/0.1.5/include' 'LDFLAGS=-L/usr/local/Cellar/libusb-compat/0.1.5/lib -lusb' $ac_configure_extra_args --no-create --no-recursion
|
||||
fi
|
||||
|
||||
for ac_config_target in $ac_config_targets
|
||||
@@ -473,8 +473,8 @@ s,@ECHO_N@,,;t t
|
||||
s,@ECHO_T@,,;t t
|
||||
s,@LIBS@,,;t t
|
||||
s,@CC@,gcc,;t t
|
||||
s,@CFLAGS@,-g -O2,;t t
|
||||
s,@LDFLAGS@,,;t t
|
||||
s,@CFLAGS@,-I/usr/local/Cellar/libusb-compat/0.1.5/include,;t t
|
||||
s,@LDFLAGS@,-L/usr/local/Cellar/libusb-compat/0.1.5/lib -lusb,;t t
|
||||
s,@CPPFLAGS@,,;t t
|
||||
s,@ac_ct_CC@,gcc,;t t
|
||||
s,@EXEEXT@,,;t t
|
||||
@@ -486,7 +486,7 @@ s,@DEFINE_DISCMAGE_MAKE@,USE_DISCMAGE=1,;t t
|
||||
s,@DEFINE_LIBCD64_MAKE@,,;t t
|
||||
s,@LIBI386_MAKE@,-li386,;t t
|
||||
s,@DEFINE_ZLIB_MAKE@,USE_ZLIB=1,;t t
|
||||
s,@DEFINE_USB_MAKE@,,;t t
|
||||
s,@DEFINE_USB_MAKE@,USE_USB=1,;t t
|
||||
s,@LIBOBJS@,,;t t
|
||||
s,@RANLIB@,ranlib,;t t
|
||||
s,@ac_ct_RANLIB@,ranlib,;t t
|
||||
@@ -813,6 +813,7 @@ ${ac_dA}USE_ANSI_COLOR${ac_dB}USE_ANSI_COLOR${ac_dC}1${ac_dD}
|
||||
${ac_dA}DLOPEN${ac_dB}DLOPEN${ac_dC}1${ac_dD}
|
||||
${ac_dA}USE_DISCMAGE${ac_dB}USE_DISCMAGE${ac_dC}1${ac_dD}
|
||||
${ac_dA}USE_ZLIB${ac_dB}USE_ZLIB${ac_dC}1${ac_dD}
|
||||
${ac_dA}USE_USB${ac_dB}USE_USB${ac_dC}1${ac_dD}
|
||||
${ac_dA}HAVE_DIRENT_H${ac_dB}HAVE_DIRENT_H${ac_dC}1${ac_dD}
|
||||
${ac_dA}STDC_HEADERS${ac_dB}STDC_HEADERS${ac_dC}1${ac_dD}
|
||||
${ac_dA}HAVE_SYS_TYPES_H${ac_dB}HAVE_SYS_TYPES_H${ac_dC}1${ac_dD}
|
||||
@@ -852,6 +853,7 @@ ${ac_uA}USE_ANSI_COLOR${ac_uB}USE_ANSI_COLOR${ac_uC}1${ac_uD}
|
||||
${ac_uA}DLOPEN${ac_uB}DLOPEN${ac_uC}1${ac_uD}
|
||||
${ac_uA}USE_DISCMAGE${ac_uB}USE_DISCMAGE${ac_uC}1${ac_uD}
|
||||
${ac_uA}USE_ZLIB${ac_uB}USE_ZLIB${ac_uC}1${ac_uD}
|
||||
${ac_uA}USE_USB${ac_uB}USE_USB${ac_uC}1${ac_uD}
|
||||
${ac_uA}HAVE_DIRENT_H${ac_uB}HAVE_DIRENT_H${ac_uC}1${ac_uD}
|
||||
${ac_uA}STDC_HEADERS${ac_uB}STDC_HEADERS${ac_uC}1${ac_uD}
|
||||
${ac_uA}HAVE_SYS_TYPES_H${ac_uB}HAVE_SYS_TYPES_H${ac_uC}1${ac_uD}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user