aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'e18ea868d2d16640081a404d533a57e3372428a5' into upstream-mergeAvi Kivity2009-08-111-2/+0
|\ | | | | | | | | | | | | | | | | | | | | * commit 'e18ea868d2d16640081a404d533a57e3372428a5': use TARGET_<arch name> for selection We also need TARGET_<arechname> in Makefiles Conflicts: Makefile.target Signed-off-by: Avi Kivity <avi@redhat.com>
| * We also need TARGET_<arechname> in MakefilesJuan Quintela2009-08-101-2/+0
| | | | | | | | | | | | Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
* | Merge commit '0dbfc67558f6eb6be219fd2992b7d70e0e11f4ca' into upstream-mergeAvi Kivity2009-08-111-6/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0dbfc67558f6eb6be219fd2992b7d70e0e11f4ca': reindent Operating System selection configure refactor $cpu selection in various places refactor sparc_cpu code to be in a single place move sparc_cpu arg parsing to the begining refactor kqemu selection for both mingw32 This variables can't be set here move mingw32 code after selection of OS __sparc_*__ is defined through -D__sparc_*__ Add CURL_CFLAGS remove unused temporal files Conflicts: configure Signed-off-by: Avi Kivity <avi@redhat.com>
| * __sparc_*__ is defined through -D__sparc_*__Juan Quintela2009-08-101-6/+0
| | | | | | | | | | | | Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
* | Merge commit '4c955388572068c57bb8cd205b61fa5dfa1a84f1' into upstream-mergeAvi Kivity2009-07-291-3/+50
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4c955388572068c57bb8cd205b61fa5dfa1a84f1': Define ENOTSUP anywhere it isn't defined Revert "Fake dirty loggin when it's not there" Fix out of tree build broken by 791e08c753a9f9be3c3880b4ea83b6dfa4b6ccad Fix typo WIN32 -> _WIN32 set SEARCH_PATH for the linker script from output of ld --verbose -v generate LDFLAGS for *-linux-user and *-bsd-user in a single place in configure our build system don't support mips little endian linux-user or bsd-user Don't build option roms on Mac OS X multiboot.bin is a generated file use cc-option for optionrom Use quiet-command for building optionrom move cc-option definition to rules.mak Generate config-host.h from config-host.mak Signed-off-by: Avi Kivity <avi@redhat.com>
| * Generate config-host.h from config-host.makJuan Quintela2009-07-271-3/+50
| | | | | | | | | | | | | | | | Generate CONFIG_AUDIO_DRIVERS. Order is important here, because the first driver in the list is the one used by default. Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* | Merge commit '2f7bb8780af4a007e90045b4cc97f558e956adf9' into upstream-mergeAvi Kivity2009-07-291-4/+0
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '2f7bb8780af4a007e90045b4cc97f558e956adf9': rename USE_NPTL to CONFIG_USE_NPTL rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH define ENOTSUP the same that the other errors Conflicts: create_config Signed-off-by: Avi Kivity <avi@redhat.com>
| * rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2009-07-271-4/+0
| | | | | | | | | | Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* | Merge commit '42bc608b2a144dfa5141dd6ba5d12cb97ac804a7' into upstream-mergeAvi Kivity2009-07-281-0/+3
|/ | | | | | | | | | | | * commit '42bc608b2a144dfa5141dd6ba5d12cb97ac804a7': Generate $target_dir/config.h from $target_dir/config.mak Refactor config_softfloat selection in another list Conflicts: configure create_config (support USE_KVM_*) Signed-off-by: Avi Kivity <avi@redhat.com>
* Generate $target_dir/config.h from $target_dir/config.makJuan Quintela2009-07-161-0/+55
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>