diff options
author | Paolo Bonzini | 2012-09-14 18:28:23 +0200 |
---|---|---|
committer | Paolo Bonzini | 2012-12-19 08:29:06 +0100 |
commit | c1c9367216c97ca93de79e90822045a425d7e76d (patch) | |
tree | 43d5c4c16294d2e32799d278371ed98727a75600 /configure | |
parent | build: move rules from Makefile to */Makefile.objs (diff) | |
download | qemu-c1c9367216c97ca93de79e90822045a425d7e76d.tar.gz qemu-c1c9367216c97ca93de79e90822045a425d7e76d.tar.xz qemu-c1c9367216c97ca93de79e90822045a425d7e76d.zip |
build: create ldscripts/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4158,7 +4158,7 @@ fi if test "$ARCH" = "tci"; then linker_script="" else - linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/\$(ARCH).ld" + linker_script="-Wl,-T../config-host.ld -Wl,-T,\$(SRC_PATH)/ldscripts/\$(ARCH).ld" fi if test "$target_linux_user" = "yes" -o "$target_bsd_user" = "yes" ; then |