Created
May 14, 2023 22:02
-
-
Save danboid/19264e498aea776cebd2196ec770a99d to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dan@zbook:~/src/haiku/generated.riscv64$ jam -j8 -q @minimum-raw | |
Starting build of type minimum ... | |
Building Haiku Minimum Target | |
AddHaikuImagePackages: package openssl not available! | |
build-feature packages unavailable on riscv64: giflib glu mesa ffmpeg fluidlite libvorbis fontconfig gutenprint webkit libpng libicns jasper jpeg libedit qrencode_kdl tiff openexr libdvdread libdvdnav libraw libwebp libavif live555 | |
AddHaikuImagePackages: package bc not available! | |
AddHaikuImagePackages: package icu66 not available! | |
/home/dan/src/haiku/src/add-ons/kernel/bus_managers/isa/arch/riscv64/Jamfile: No such file or directory | |
/home/dan/src/haiku/src/add-ons/kernel/debugger/disasm/riscv64/Jamfile: No such file or directory | |
/home/dan/src/haiku/src/bin/debug/ltrace/arch/riscv64/Jamfile: No such file or directory | |
Asked for riscv target boot platform | |
Unknown path to handle adding to image | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...patience... | |
...found 98031 target(s)... | |
...updating 8605 target(s)... | |
InitScript1 haiku.image-init-vars | |
C++ objects/linux/x86_64/release/build/libroot/function_remapper.o | |
C++ objects/linux/x86_64/release/build/libroot/atomic.o | |
C++ objects/linux/x86_64/release/build/libroot/byteorder.o | |
C++ objects/linux/x86_64/release/build/libroot/errors.o | |
C++ objects/linux/x86_64/release/build/libroot/find_directory.o | |
C++ objects/linux/x86_64/release/build/libroot/fs.o | |
C++ objects/linux/x86_64/release/build/libroot/fs_attr.o | |
C++ objects/linux/x86_64/release/build/libroot/fs_descriptors.o | |
C++ objects/linux/x86_64/release/build/libroot/misc.o | |
C++ objects/linux/x86_64/release/build/libroot/sem.o | |
Archive objects/linux/x86_64/release/build/libroot/libroot_build_function_remapper.a | |
C++ objects/linux/x86_64/release/build/libroot/thread.o | |
ar: creating objects/linux/x86_64/release/build/libroot/libroot_build_function_remapper.a | |
Ranlib objects/linux/x86_64/release/build/libroot/libroot_build_function_remapper.a | |
C++ objects/linux/x86_64/release/build/libroot/SHA256.o | |
C++ objects/linux/x86_64/release/build/libroot/driver_settings.o | |
Cc objects/linux/x86_64/release/build/libroot/strlcpy.o | |
Cc objects/linux/x86_64/release/build/libroot/strlcat.o | |
C++ objects/linux/x86_64/release/build/libroot/strnlen.o | |
C++ objects/linux/x86_64/release/build/libroot/KMessage.o | |
C++ objects/linux/x86_64/release/tools/addattr/main.o | |
C++ objects/linux/x86_64/release/tools/addattr/addAttr.o | |
C++ objects/linux/x86_64/release/build/libbe/app/Application.o | |
C++ objects/linux/x86_64/release/build/libbe/app/AppMisc.o | |
C++ objects/linux/x86_64/release/build/libbe/app/Looper.o | |
C++ objects/linux/x86_64/release/build/libbe/app/Message.o | |
C++ objects/linux/x86_64/release/build/libbe/app/MessageAdapter.o | |
C++ objects/linux/x86_64/release/build/libbe/app/Messenger.o | |
C++ objects/linux/x86_64/release/build/libbe/app/MessageUtils.o | |
C++ objects/linux/x86_64/release/build/libbe/app/TypeConstants.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/FlatIconFormat.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/FlatIconImporter.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/LittleEndianBuffer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/PathCommandQueue.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/Defines.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/MessageImporter.o | |
../src/kits/app/MessageAdapter.cpp: In static member function ‘static status_t BPrivate::MessageAdapter::_UnflattenR5Message(uint32, BMessage*, BDataIO*)’: | |
../src/kits/app/MessageAdapter.cpp:567:24: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
567 | reader(&header->target, sizeof(header->target)); | |
| ^~~~~~~~~~~~~~~ | |
../src/kits/app/MessageAdapter.cpp:571:24: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
571 | reader(&header->reply_port, sizeof(header->reply_port)); | |
| ^~~~~~~~~~~~~~~~~~~ | |
../src/kits/app/MessageAdapter.cpp:572:24: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
572 | reader(&header->reply_target, sizeof(header->reply_target)); | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
../src/kits/app/MessageAdapter.cpp:573:24: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
573 | reader(&header->reply_team, sizeof(header->reply_team)); | |
| ^~~~~~~~~~~~~~~~~~~ | |
C++ objects/linux/x86_64/release/build/libbe/icon/PathContainer.o | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::Rename(const char*, const char*)’: | |
../src/build/libbe/app/Message.cpp:652:28: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
652 | int32 *nextField = &fHeader->hash_table[hash]; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:665:37: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
665 | nextField = &fHeader->hash_table[hash]; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:667:45: warning: taking address of packed member of ‘BMessage::field_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
667 | nextField = &fFields[*nextField].next_field; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:681:29: warning: taking address of packed member of ‘BMessage::field_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
681 | nextField = &field->next_field; | |
| ^~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::_AddField(const char*, type_code, bool, field_header**)’: | |
../src/build/libbe/app/Message.cpp:1292:28: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
1292 | int32 *nextField = &fHeader->hash_table[hash]; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:1294:29: warning: taking address of packed member of ‘BMessage::field_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
1294 | nextField = &fFields[*nextField].next_field; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::_RemoveField(field_header*)’: | |
../src/build/libbe/app/Message.cpp:1333:33: warning: taking address of packed member of ‘BMessage::message_header’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
1333 | int32 *value = fHeader->hash_table; | |
| ~~~~~~~~~^~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::FindPoint(const char*, BPoint*) const’: | |
../src/build/libbe/app/Message.cpp:1644:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class BPoint’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
1644 | memcpy(p, ptr, sizeof(type)); \ | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:1683:1: note: in expansion of macro ‘DEFINE_FUNCTIONS’ | |
1683 | DEFINE_FUNCTIONS(BPoint, Point, B_POINT_TYPE); | |
| ^~~~~~~~~~~~~~~~ | |
In file included from ../headers/build/os/interface/Point.h:1, | |
from ../headers/build/../os/interface/Rect.h:11, | |
from ../headers/build/os/interface/Rect.h:1, | |
from ../headers/build/os/app/Message.h:16, | |
from ../src/build/libbe/app/Message.cpp:10: | |
../headers/build/../os/interface/Point.h:15:7: note: ‘class BPoint’ declared here | |
15 | class BPoint { | |
| ^~~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::FindPoint(const char*, int32, BPoint*) const’: | |
../src/build/libbe/app/Message.cpp:1660:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class BPoint’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
1660 | memcpy(p, ptr, sizeof(type)); \ | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:1683:1: note: in expansion of macro ‘DEFINE_FUNCTIONS’ | |
1683 | DEFINE_FUNCTIONS(BPoint, Point, B_POINT_TYPE); | |
| ^~~~~~~~~~~~~~~~ | |
../headers/build/../os/interface/Point.h:15:7: note: ‘class BPoint’ declared here | |
15 | class BPoint { | |
| ^~~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::FindRect(const char*, BRect*) const’: | |
../src/build/libbe/app/Message.cpp:1644:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class BRect’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
1644 | memcpy(p, ptr, sizeof(type)); \ | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:1684:1: note: in expansion of macro ‘DEFINE_FUNCTIONS’ | |
1684 | DEFINE_FUNCTIONS(BRect, Rect, B_RECT_TYPE); | |
| ^~~~~~~~~~~~~~~~ | |
../headers/build/../os/interface/Rect.h:15:7: note: ‘class BRect’ declared here | |
15 | class BRect { | |
| ^~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::FindRect(const char*, int32, BRect*) const’: | |
../src/build/libbe/app/Message.cpp:1660:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class BRect’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
1660 | memcpy(p, ptr, sizeof(type)); \ | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | |
../src/build/libbe/app/Message.cpp:1684:1: note: in expansion of macro ‘DEFINE_FUNCTIONS’ | |
1684 | DEFINE_FUNCTIONS(BRect, Rect, B_RECT_TYPE); | |
| ^~~~~~~~~~~~~~~~ | |
../headers/build/../os/interface/Rect.h:15:7: note: ‘class BRect’ declared here | |
15 | class BRect { | |
| ^~~~~ | |
../src/build/libbe/app/Message.cpp: In member function ‘status_t BMessage::FindMessenger(const char*, int32, BMessenger*) const’: | |
../src/build/libbe/app/Message.cpp:1970:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class BMessenger’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
1970 | memcpy(messenger, data, sizeof(BMessenger)); | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../headers/build/private/app/MessagePrivate.h:13, | |
from ../src/build/libbe/app/Message.cpp:12: | |
../headers/build/os/app/Messenger.h:20:7: note: ‘class BMessenger’ declared here | |
20 | class BMessenger { | |
| ^~~~~~~~~~ | |
C++ objects/linux/x86_64/release/build/libbe/icon/Shape.o | |
Link objects/linux/x86_64/release/build/libroot/libroot_build.so | |
C++ objects/linux/x86_64/release/build/libbe/icon/ShapeContainer.o | |
Chmod1 objects/linux/x86_64/release/build/libroot/libroot_build.so | |
File /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libroot_build.so | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libroot_build.so | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libroot_build.so | |
C++ objects/linux/x86_64/release/build/libbe/icon/VectorPath.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/GradientTransformable.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/Style.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/StyleContainer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/Transformable.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/AffineTransformer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/ContourTransformer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/PathSource.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/PerspectiveTransformer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/StrokeTransformer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/Transformer.o | |
MergeObjectFromObjects1 objects/linux/x86_64/release/build/libbe/app/app_kit.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/TransformerFactory.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/Icon.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/IconRenderer.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/IconUtils.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_arc.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_arrowhead.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_bezier_arc.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_bspline.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_curves.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_embedded_raster_fonts.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_gsv_text.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_image_filters.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_line_aa_basics.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_line_profile_aa.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_rounded_rect.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_sqrt_tables.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_trans_affine.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_trans_double_path.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_trans_single_path.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_trans_warp_magnifier.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vcgen_bspline.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vcgen_contour.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vcgen_dash.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vcgen_markers_term.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vcgen_smooth_poly1.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vcgen_stroke.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vpgen_clip_polygon.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vpgen_clip_polyline.o | |
C++ objects/linux/x86_64/release/build/libbe/icon/agg_vpgen_segmentator.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/Bitmap.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/Gradient.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/GradientLinear.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/GradientRadial.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/GradientRadialFocus.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/GradientDiamond.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/GradientConic.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/GraphicsDefs.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/Point.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/Rect.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/Region.o | |
../src/build/libbe/interface/Bitmap.cpp: In member function ‘status_t BPrivate::PaletteConverter::SetTo(const rgb_color*)’: | |
../src/build/libbe/interface/Bitmap.cpp:424:23: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘rgb_color’ {aka ‘struct rgb_color’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
424 | memcpy(fOwnColorMap->color_list, palette, sizeof(rgb_color) * 256); | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../headers/build/os/interface/GraphicsDefs.h:1, | |
from ../headers/build/../os/interface/InterfaceDefs.h:9, | |
from ../headers/build/os/interface/InterfaceDefs.h:1, | |
from ../headers/build/os/interface/Bitmap.h:16, | |
from ../src/build/libbe/interface/Bitmap.cpp:19: | |
../headers/build/../os/interface/GraphicsDefs.h:42:16: note: ‘rgb_color’ {aka ‘struct rgb_color’} declared here | |
42 | typedef struct rgb_color { | |
| ^~~~~~~~~ | |
C++ objects/linux/x86_64/release/build/libbe/interface/RegionSupport.o | |
C++ objects/linux/x86_64/release/build/libbe/interface/SystemPalette.o | |
../src/build/libbe/interface/SystemPalette.cpp: In function ‘void FillColorMap(const rgb_color*, color_map*)’: | |
../src/build/libbe/interface/SystemPalette.cpp:95:15: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘rgb_color’ {aka ‘struct rgb_color’} with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess] | |
95 | memcpy(map->color_list, palette, sizeof(map->color_list)); | |
| ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../headers/build/os/interface/GraphicsDefs.h:1, | |
from ../src/build/libbe/interface/SystemPalette.cpp:13: | |
../headers/build/../os/interface/GraphicsDefs.h:42:16: note: ‘rgb_color’ {aka ‘struct rgb_color’} declared here | |
42 | typedef struct rgb_color { | |
| ^~~~~~~~~ | |
C++ objects/linux/x86_64/release/build/libbe/storage/AppFileInfo.o | |
MergeObjectFromObjects1 objects/linux/x86_64/release/build/libbe/icon/icon_kit.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Directory.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/DriverSettings.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Entry.o | |
...on 100th target... | |
C++ objects/linux/x86_64/release/build/libbe/storage/EntryList.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/FdIO.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/File.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/FileIO.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/FindDirectory.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MergedDirectory.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Mime.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MimeType.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Node.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/NodeInfo.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/OffsetFile.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Path.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/ResourceFile.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/ResourceItem.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Resources.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/ResourcesContainer.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/ResourceStrings.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Statable.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/SymLink.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Volume.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/storage_support.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/AppMetaMimeCreator.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/AssociatedTypes.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Database.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/DatabaseDirectory.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/DatabaseLocation.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/database_support.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/InstalledTypes.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MimeEntryProcessor.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MimeInfoUpdater.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MimeSniffer.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MimeSnifferAddon.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/MimeSnifferAddonManager.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/SnifferRules.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Supertype.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/SupportingApps.o | |
../src/kits/storage/mime/AssociatedTypes.cpp: In member function ‘status_t BPrivate::Storage::Mime::AssociatedTypes::BuildAssociatedTypesTable()’: | |
../src/kits/storage/mime/AssociatedTypes.cpp:379:116: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] | |
379 | snprintf(fulltype, B_PATH_NAME_LENGTH, "%s/%s", | |
| ^~ | |
380 | supertype, subtype); | |
| ~~~~~~~ | |
../src/kits/storage/mime/AssociatedTypes.cpp:379:81: note: ‘snprintf’ output between 2 and 8192 bytes into a destination of size 4096 | |
379 | snprintf(fulltype, B_PATH_NAME_LENGTH, "%s/%s", | |
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
380 | supertype, subtype); | |
| ~~~~~~~~~~~~~~~~~~~ | |
C++ objects/linux/x86_64/release/build/libbe/storage/TextSnifferAddon.o | |
MergeObjectFromObjects1 objects/linux/x86_64/release/build/libbe/interface/interface_kit.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/CharStream.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Err.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/DisjList.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Pattern.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/PatternList.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Parser.o | |
../src/kits/storage/mime/SnifferRules.cpp: In member function ‘status_t BPrivate::Storage::Mime::SnifferRules::BuildRuleList()’: | |
../src/kits/storage/mime/SnifferRules.cpp:377:116: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] | |
377 | snprintf(fulltype, B_PATH_NAME_LENGTH, "%s/%s", | |
| ^~ | |
378 | supertype, subtype); | |
| ~~~~~~~ | |
../src/kits/storage/mime/SnifferRules.cpp:377:81: note: ‘snprintf’ output between 2 and 8192 bytes into a destination of size 4096 | |
377 | snprintf(fulltype, B_PATH_NAME_LENGTH, "%s/%s", | |
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
378 | supertype, subtype); | |
| ~~~~~~~~~~~~~~~~~~~ | |
C++ objects/linux/x86_64/release/build/libbe/storage/Range.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/RPattern.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/RPatternList.o | |
C++ objects/linux/x86_64/release/build/libbe/storage/Rule.o | |
C++ objects/linux/x86_64/release/build/libbe/support/Archivable.o | |
C++ objects/linux/x86_64/release/build/libbe/support/BlockCache.o | |
C++ objects/linux/x86_64/release/build/libbe/support/BufferIO.o | |
C++ objects/linux/x86_64/release/build/libbe/support/ByteOrder.o | |
C++ objects/linux/x86_64/release/build/libbe/support/CompressionAlgorithm.o | |
C++ objects/linux/x86_64/release/build/libbe/support/DataIO.o | |
C++ objects/linux/x86_64/release/build/libbe/support/DataPositionIOWrapper.o | |
C++ objects/linux/x86_64/release/build/libbe/support/Flattenable.o | |
C++ objects/linux/x86_64/release/build/libbe/support/Job.o | |
C++ objects/linux/x86_64/release/build/libbe/support/JobQueue.o | |
C++ objects/linux/x86_64/release/build/libbe/support/List.o | |
C++ objects/linux/x86_64/release/build/libbe/support/Locker.o | |
C++ objects/linux/x86_64/release/build/libbe/support/PointerList.o | |
C++ objects/linux/x86_64/release/build/libbe/support/Referenceable.o | |
C++ objects/linux/x86_64/release/build/libbe/support/String.o | |
C++ objects/linux/x86_64/release/build/libbe/support/StringList.o | |
C++ objects/linux/x86_64/release/build/libbe/support/Url.o | |
C++ objects/linux/x86_64/release/build/libbe/support/ZlibCompressionAlgorithm.o | |
C++ objects/linux/x86_64/release/build/libbe/support/ZstdCompressionAlgorithm.o | |
C++ objects/linux/x86_64/release/build/libshared/Keymap.o | |
../src/kits/support/PointerList.cpp:87:28: warning: ‘template<class _Arg1, class _Arg2, class _Result> struct std::binary_function’ is deprecated [-Wdeprecated-declarations] | |
87 | struct comparator : public binary_function<const void*, const void*, bool> | |
| ^~~~~~~~~~~~~~~ | |
In file included from /usr/include/c++/12/functional:49, | |
from ../src/kits/support/PointerList.cpp:23: | |
/usr/include/c++/12/bits/stl_function.h:131:12: note: declared here | |
131 | struct binary_function | |
| ^~~~~~~~~~~~~~~ | |
MergeObjectFromObjects1 objects/linux/x86_64/release/build/libbe/storage/storage_kit.o | |
C++ objects/linux/x86_64/release/build/libshared/NaturalCompare.o | |
C++ objects/linux/x86_64/release/build/libshared/RegExp.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/additional_commands.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/command_checkfs.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/command_resizefs.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/bfs_disk_system.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/BlockAllocator.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/BPlusTree.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Attribute.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/CheckVisitor.o | |
Archive objects/linux/x86_64/release/build/libshared/libshared_build.a | |
ar: creating objects/linux/x86_64/release/build/libshared/libshared_build.a | |
Ranlib objects/linux/x86_64/release/build/libshared/libshared_build.a | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Debug.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/DeviceOpener.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/FileSystemVisitor.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Index.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Inode.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Journal.o | |
../src/add-ons/kernel/file_systems/bfs/Inode.cpp: In member function ‘fssh_status_t Inode::_ShrinkStream(Transaction&, fssh_off_t)’: | |
../src/add-ons/kernel/file_systems/bfs/Inode.cpp:2212:44: warning: taking address of packed member of ‘data_stream’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
2212 | off_t* maxDoubleIndirect = &data->max_double_indirect_range; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/add-ons/kernel/file_systems/bfs/Inode.cpp:2239:46: warning: taking address of packed member of ‘data_stream’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
2239 | off_t* maxIndirect = &data->max_indirect_range; | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/add-ons/kernel/file_systems/bfs/Inode.cpp:2255:36: warning: taking address of packed member of ‘data_stream’ may result in an unaligned pointer value [-Waddress-of-packed-member] | |
2255 | off_t *maxDirect = &data->max_direct_range; | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Query.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/QueryParserUtils.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/ResizeVisitor.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/Volume.o | |
C++ objects/linux/x86_64/release/tools/bfs_shell/kernel_interface.o | |
MergeObjectFromObjects1 objects/linux/x86_64/release/build/libbe/support/support_kit.o | |
Link /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libbe_build.so | |
C++ objects/linux/x86_64/release/tools/fs_shell/external_commands_unix.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/external_commands_unix.o | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libbe_build.so | |
Link objects/linux/x86_64/release/tools/addattr/addattr | |
C++ objects/linux/x86_64/release/tools/fs_shell/fssh.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/fssh_additional_commands.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/atomic.o | |
Chmod1 objects/linux/x86_64/release/tools/addattr/addattr | |
AddTargetVariableToScript1 <unique!target>_target_681 | |
C++ objects/linux/x86_64/release/tools/fs_shell/block_cache.o | |
...on 200th target... | |
C++ objects/linux/x86_64/release/tools/fs_shell/byte_order.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/command_cp.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/disk_device_manager.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/driver_settings.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/errno.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/fcntl.o | |
../src/tools/fs_shell/fssh.cpp: In function ‘fssh_status_t FSShell::command_chmod(int, const char* const*)’: | |
../src/tools/fs_shell/fssh.cpp:633:14: warning: variable ‘recursive’ set but not used [-Wunused-but-set-variable] | |
633 | bool recursive = false; | |
| ^~~~~~~~~ | |
C++ objects/linux/x86_64/release/tools/fs_shell/fd.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/file_cache.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/file_map.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/kernel_export.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/KPath.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/hash.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/list.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/lock.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/module.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/node_monitor.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/partition_support.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/path_util.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/rootfs.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/sem.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/stat.o | |
../src/system/kernel/fs/rootfs.cpp:38: warning: "user_strlcpy" redefined | |
38 | # define user_strlcpy(to, from, len) (strlcpy(to, from, len), FSSH_B_OK) | |
| | |
In file included from ../src/system/kernel/fs/rootfs.cpp:11: | |
../headers/private/fs_shell/fssh_api_wrapper.h:1404: note: this is the location of the previous definition | |
1404 | #define user_strlcpy fssh_strlcpy | |
| | |
C++ objects/linux/x86_64/release/tools/fs_shell/stat_util.o | |
MergeObjectFromObjects1 objects/linux/x86_64/release/tools/bfs_shell/bfs.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/stdio.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/string.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/thread.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/time.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/uio.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/unistd.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/vfs.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/fs_shell_command.o | |
C++ objects/linux/x86_64/release/tools/fs_shell/fs_shell_command_unix.o | |
C++ objects/linux/x86_64/release/tools/copyattr.o | |
../src/tools/fs_shell/vfs.cpp: In function ‘fssh_status_t FSShell::dir_vnode_to_path(vnode*, char*, fssh_size_t)’: | |
../src/tools/fs_shell/vfs.cpp:1467:31: warning: variable ‘parentID’ set but not used [-Wunused-but-set-variable] | |
1467 | fssh_vnode_id parentID; | |
| ^~~~~~~~ | |
C++ objects/linux/x86_64/release/tools/create_image.o | |
C++ objects/linux/x86_64/release/tools/makebootable/platform/efi/makebootable.o | |
In file included from ../headers/private/fs_shell/fssh_disk_device_defs.h:9, | |
from ../headers/private/fs_shell/fssh_fs_interface.h:11, | |
from ../src/tools/fs_shell/vfs.h:12, | |
from ../src/tools/fs_shell/vfs.cpp:11: | |
../src/tools/fs_shell/vfs.cpp: In function ‘fssh_status_t FSShell::vfs_init(kernel_args*)’: | |
../src/tools/fs_shell/vfs.cpp:2920:70: warning: ‘offsetof’ within non-standard-layout type ‘FSShell::vnode’ is conditionally-supported [-Winvalid-offsetof] | |
2920 | sVnodeTable = hash_init(VNODE_HASH_TABLE_SIZE, fssh_offsetof(struct vnode, next), | |
../headers/private/fs_shell/fssh_defs.h:47:57: note: in definition of macro ‘fssh_offsetof’ | |
47 | #define fssh_offsetof(type,member) __builtin_offsetof(type, member) | |
| ^~~~ | |
../src/tools/fs_shell/vfs.cpp:2925:56: warning: ‘offsetof’ within non-standard-layout type ‘FSShell::vnode’ is conditionally-supported [-Winvalid-offsetof] | |
2925 | list_init_etc(&sUnusedVnodeList, fssh_offsetof(struct vnode, unused_link)); | |
../headers/private/fs_shell/fssh_defs.h:47:57: note: in definition of macro ‘fssh_offsetof’ | |
47 | #define fssh_offsetof(type,member) __builtin_offsetof(type, member) | |
| ^~~~ | |
Link objects/linux/x86_64/release/tools/fs_shell/fs_shell_command | |
C++ objects/linux/x86_64/release/tools/rc/rc.o | |
../src/tools/fs_shell/vfs.cpp: In function ‘fssh_dev_t FSShell::fs_mount(char*, const char*, const char*, uint32_t, const char*, bool)’: | |
../src/tools/fs_shell/vfs.cpp:4599:53: warning: ‘offsetof’ within non-standard-layout type ‘FSShell::vnode’ is conditionally-supported [-Winvalid-offsetof] | |
4599 | list_init_etc(&mount->vnodes, fssh_offsetof(struct vnode, mount_link)); | |
../headers/private/fs_shell/fssh_defs.h:47:57: note: in definition of macro ‘fssh_offsetof’ | |
47 | #define fssh_offsetof(type,member) __builtin_offsetof(type, member) | |
| ^~~~ | |
Link objects/linux/x86_64/release/tools/makebootable/platform/efi/makebootable | |
Link objects/linux/x86_64/release/tools/create_image | |
Chmod1 objects/linux/x86_64/release/tools/fs_shell/fs_shell_command | |
Yacc1 objects/linux/x86_64/common/tools/rc/parser.cpp objects/linux/x86_64/common/tools/rc/parser.hpp | |
../src/tools/fs_shell/vfs.cpp: In function ‘fssh_status_t FSShell::get_vnode_name(vnode*, vnode*, char*, fssh_size_t)’: | |
../src/tools/fs_shell/vfs.cpp:1397:1: warning: infinite recursion detected [-Winfinite-recursion] | |
1397 | get_vnode_name(struct vnode *vnode, struct vnode *parent, char *name, | |
| ^~~~~~~~~~~~~~ | |
../src/tools/fs_shell/vfs.cpp:1403:46: note: recursive call | |
1403 | fssh_status_t status = get_vnode_name(vnode, parent, buffer, sizeof(buffer)); | |
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Chmod1 objects/linux/x86_64/release/tools/create_image | |
Chmod1 objects/linux/x86_64/release/tools/makebootable/platform/efi/makebootable | |
C++ objects/linux/x86_64/release/tools/rc/decompile.o | |
C++ objects/linux/x86_64/release/tools/rc/rdef.o | |
C++ objects/linux/x86_64/release/tools/resattr/resattr.o | |
Cc objects/linux/x86_64/release/tools/unzip/unzip.o | |
Cc objects/linux/x86_64/release/tools/unzip/unreduce.o | |
Cc objects/linux/x86_64/release/tools/unzip/unshrink.o | |
C++ objects/linux/x86_64/release/tools/rc/compile.o | |
Link objects/linux/x86_64/release/tools/resattr/resattr | |
C++ objects/linux/x86_64/release/tools/rc/parser.o | |
Lex objects/linux/x86_64/common/tools/rc/lexer.cpp | |
C++ objects/linux/x86_64/release/tools/rc/lexer.o | |
Chmod1 objects/linux/x86_64/release/tools/resattr/resattr | |
Cc objects/linux/x86_64/release/tools/unzip/crc32.o | |
Cc objects/linux/x86_64/release/tools/unzip/ttyio.o | |
Cc objects/linux/x86_64/release/tools/unzip/crctab.o | |
Cc objects/linux/x86_64/release/tools/unzip/crypt.o | |
Link objects/linux/x86_64/release/tools/copyattr | |
Cc objects/linux/x86_64/release/tools/unzip/envargs.o | |
Cc objects/linux/x86_64/release/tools/unzip/explode.o | |
Chmod1 objects/linux/x86_64/release/tools/copyattr | |
Cc objects/linux/x86_64/release/tools/unzip/extract.o | |
Cc objects/linux/x86_64/release/tools/unzip/fileio.o | |
../src/bin/unzip/fileio.c: In function ‘is_vms_varlen_txt’: | |
../src/bin/unzip/fileio.c:1037:9: warning: variable ‘vms_fileorg’ set but not used [-Wunused-but-set-variable] | |
1037 | uch vms_fileorg = 0; | |
| ^~~~~~~~~~~ | |
Cc objects/linux/x86_64/release/tools/unzip/globals.o | |
Cc objects/linux/x86_64/release/tools/unzip/inflate.o | |
In file included from ../src/bin/unzip/unzip.h:610, | |
from ../src/bin/unzip/extract.c:33: | |
../src/bin/unzip/extract.c: In function ‘store_info’: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:770:13: note: in expansion of macro ‘Info’ | |
770 | Info(slide, 0x401, ((char *)slide, LoadFarString(VersionMsg), | |
| ^~~~ | |
In file included from ../src/bin/unzip/unzpriv.h:1697: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:760:13: note: in expansion of macro ‘Info’ | |
760 | Info(slide, 0x481, ((char *)slide, LoadFarString(VMSFormatQuery), | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:751:17: note: in expansion of macro ‘Info’ | |
751 | Info(slide, 0x401, ((char *)slide, LoadFarString(VersionMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:787:17: note: in expansion of macro ‘Info’ | |
787 | Info(slide, 0x401, ((char *)slide, LoadFarString(ComprMsgNum), | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:782:17: note: in expansion of macro ‘Info’ | |
782 | Info(slide, 0x401, ((char *)slide, LoadFarString(ComprMsgName), | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/inflate.c: In function ‘huft_build’: | |
../src/bin/unzip/inflate.c:1395:42: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] | |
1395 | z = (z = g - w) > (unsigned)*m ? *m : z; /* upper limit */ | |
| ^~ | |
Cc objects/linux/x86_64/release/tools/unzip/list.o | |
../src/bin/unzip/list.c: In function ‘list_files’: | |
../src/bin/unzip/list.c:323:39: warning: ‘%03u’ directive writing between 3 and 5 bytes into a region of size 4 [-Wformat-overflow=] | |
323 | sprintf(&methbuf[4], "%03u", G.crec.compression_method); | |
| ^~~~ | |
../src/bin/unzip/list.c:323:38: note: directive argument in the range [0, 65535] | |
323 | sprintf(&methbuf[4], "%03u", G.crec.compression_method); | |
| ^~~~~~ | |
../src/bin/unzip/list.c:323:17: note: ‘sprintf’ output between 4 and 6 bytes into a destination of size 4 | |
323 | sprintf(&methbuf[4], "%03u", G.crec.compression_method); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../src/bin/unzip/unzip.h:610, | |
from ../src/bin/unzip/list.c:24: | |
../src/bin/unzip/unzpriv.h:914:45: warning: ‘%%’ directive writing 1 byte into a region of size between 0 and 8 [-Wformat-overflow=] | |
914 | # define LoadFarString(x) (char *)(x) | |
| ^ | |
../src/bin/unzip/list.c:345:37: note: in expansion of macro ‘LoadFarString’ | |
345 | sprintf(cfactorstr, LoadFarString(CompFactorStr), sgn, cfactor); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/list.c:345:17: note: ‘sprintf’ output between 4 and 12 bytes into a destination of size 10 | |
345 | sprintf(cfactorstr, LoadFarString(CompFactorStr), sgn, cfactor); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/unzpriv.h:914:45: warning: ‘%%’ directive writing 1 byte into a region of size between 0 and 8 [-Wformat-overflow=] | |
914 | # define LoadFarString(x) (char *)(x) | |
| ^ | |
../src/bin/unzip/list.c:423:33: note: in expansion of macro ‘LoadFarString’ | |
423 | sprintf(cfactorstr, LoadFarString(CompFactorStr), sgn, cfactor); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/list.c:423:13: note: ‘sprintf’ output between 4 and 12 bytes into a destination of size 10 | |
423 | sprintf(cfactorstr, LoadFarString(CompFactorStr), sgn, cfactor); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Cc objects/linux/x86_64/release/tools/unzip/match.o | |
Cc objects/linux/x86_64/release/tools/unzip/process.o | |
In file included from ../src/bin/unzip/unzip.h:610, | |
from ../src/bin/unzip/match.c:76: | |
../src/bin/unzip/match.c: In function ‘recmatch’: | |
../src/bin/unzip/unzpriv.h:2113:24: warning: operand of ‘?:’ changes signedness from ‘char’ to ‘unsigned int’ due to unsignedness of other operand [-Wsign-compare] | |
2113 | # define ToLower(x) ((char)(isupper((int)x)? tolower((int)x) : x)) | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/match.c:94:23: note: in expansion of macro ‘ToLower’ | |
94 | #define Case(x) (ic? ToLower(x) : (x)) | |
| ^~~~~~~ | |
../src/bin/unzip/match.c:254:39: note: in expansion of macro ‘Case’ | |
254 | if ((unsigned)Case(c) == cc) /* typecast for MSC bug */ | |
| ^~~~ | |
../src/bin/unzip/extract.c: In function ‘extract_or_test_files’: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:396:21: note: in expansion of macro ‘Info’ | |
396 | Info(slide, 0x401, ((char *)slide, LoadFarString(FilNamMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:408:21: note: in expansion of macro ‘Info’ | |
408 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:427:21: note: in expansion of macro ‘Info’ | |
427 | Info(slide, 0x421, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:983:17: note: in expansion of macro ‘Info’ | |
983 | Info(slide, 0x401, ((char *)slide, LoadFarString(FilNamMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:998:17: note: in expansion of macro ‘Info’ | |
998 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1017:17: note: in expansion of macro ‘Info’ | |
1017 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1010:21: note: in expansion of macro ‘Info’ | |
1010 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1069:20: note: in expansion of macro ‘Info’ | |
1069 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1240:17: note: in expansion of macro ‘Info’ | |
1240 | Info(slide, 0x81, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_entrylist’, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1161:21: note: in expansion of macro ‘Info’ | |
1161 | Info(slide, 1, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 4 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1391:13: note: in expansion of macro ‘Info’ | |
1391 | Info(slide, 0, ((char *)slide, LoadFarString(ExtractMsg), "test", | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 4 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1513:17: note: in expansion of macro ‘Info’ | |
1513 | Info(slide, 0, ((char *)slide, LoadFarString(ExtractMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 10 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1542:21: note: in expansion of macro ‘Info’ | |
1542 | Info(slide, 0x401, ((char *)slide, LoadFarString(LengthMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 5 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1521:25: note: in expansion of macro ‘Info’ | |
1521 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 4 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1561:17: note: in expansion of macro ‘Info’ | |
1561 | Info(slide, 0, ((char *)slide, LoadFarString(ExtractMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 5 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1574:25: note: in expansion of macro ‘Info’ | |
1574 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 4 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1437:17: note: in expansion of macro ‘Info’ | |
1437 | Info(slide, 0, ((char *)slide, LoadFarString(ExtractMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 4 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1433:21: note: in expansion of macro ‘Info’ | |
1433 | Info(slide, 0, ((char *)slide, LoadFarString(ExtractMsg), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1594:13: note: in expansion of macro ‘Info’ | |
1594 | Info(slide, 0x401, ((char *)slide, | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1637:13: note: in expansion of macro ‘Info’ | |
1637 | Info(slide, 0x421, ((char *)slide, LoadFarString(FileTruncated), | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘TestExtraField’, | |
inlined from ‘extract_or_test_member’ at ../src/bin/unzip/extract.c:1665:22, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1794:25: note: in expansion of macro ‘Info’ | |
1794 | Info(slide, 1, ((char *)slide, "%-22s ", | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘TestExtraField’, | |
inlined from ‘extract_or_test_member’ at ../src/bin/unzip/extract.c:1665:22, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1750:25: note: in expansion of macro ‘Info’ | |
1750 | Info(slide, 1, ((char *)slide, "%-22s ", | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘TestExtraField’, | |
inlined from ‘extract_or_test_member’ at ../src/bin/unzip/extract.c:1665:22, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1712:17: note: in expansion of macro ‘Info’ | |
1712 | Info(slide, 1, ((char *)slide, "%-22s ", | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
In function ‘extract_or_test_member’, | |
inlined from ‘extract_or_test_entrylist’ at ../src/bin/unzip/extract.c:1316:22, | |
inlined from ‘extract_or_test_files’ at ../src/bin/unzip/extract.c:485:17: | |
../src/bin/unzip/unzpriv.h:2141:53: warning: ‘sprintf’ argument 3 may overlap destination object ‘G’ [-Wrestrict] | |
2141 | (*G.message)((zvoid *)&G, (uch *)(buf), (ulg)sprintf sprf_arg, (flag)) | |
../src/bin/unzip/extract.c:1653:13: note: in expansion of macro ‘Info’ | |
1653 | Info(slide, 0x401, ((char *)slide, "%-22s ", | |
| ^~~~ | |
../src/bin/unzip/globals.h: In function ‘extract_or_test_files’: | |
../src/bin/unzip/globals.h:412:31: note: destination object referenced by ‘restrict’-qualified argument 1 was declared here | |
412 | extern Uz_Globs G; | |
| ^ | |
../src/bin/unzip/inflate.c: In function ‘inflate_dynamic’: | |
../src/bin/unzip/inflate.c:1103:3: warning: ‘tl’ may be used uninitialized [-Wmaybe-uninitialized] | |
1103 | huft_free(tl); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:944:16: note: ‘tl’ declared here | |
944 | struct huft *tl; /* literal/length code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1104:3: warning: ‘td’ may be used uninitialized [-Wmaybe-uninitialized] | |
1104 | huft_free(td); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:945:16: note: ‘td’ declared here | |
945 | struct huft *td; /* distance code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1103:3: warning: ‘tl’ may be used uninitialized [-Wmaybe-uninitialized] | |
1103 | huft_free(tl); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:944:16: note: ‘tl’ declared here | |
944 | struct huft *tl; /* literal/length code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1104:3: warning: ‘td’ may be used uninitialized [-Wmaybe-uninitialized] | |
1104 | huft_free(td); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:945:16: note: ‘td’ declared here | |
945 | struct huft *td; /* distance code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1103:3: warning: ‘tl’ may be used uninitialized [-Wmaybe-uninitialized] | |
1103 | huft_free(tl); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:944:16: note: ‘tl’ declared here | |
944 | struct huft *tl; /* literal/length code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1104:3: warning: ‘td’ may be used uninitialized [-Wmaybe-uninitialized] | |
1104 | huft_free(td); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:945:16: note: ‘td’ declared here | |
945 | struct huft *td; /* distance code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1103:3: warning: ‘tl’ may be used uninitialized [-Wmaybe-uninitialized] | |
1103 | huft_free(tl); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:944:16: note: ‘tl’ declared here | |
944 | struct huft *tl; /* literal/length code table */ | |
| ^~ | |
../src/bin/unzip/inflate.c:1104:3: warning: ‘td’ may be used uninitialized [-Wmaybe-uninitialized] | |
1104 | huft_free(td); | |
| ^~~~~~~~~~~~~ | |
../src/bin/unzip/inflate.c:945:16: note: ‘td’ declared here | |
945 | struct huft *td; /* distance code table */ | |
| ^~ | |
Cc objects/linux/x86_64/release/tools/unzip/zipinfo.o | |
Cc objects/linux/x86_64/release/tools/unzip/beos.o | |
C++ objects/linux/x86_64/release/tools/unzip/beosmain.o | |
../src/bin/unzip/beos.c: In function ‘setBeOSexfield’: | |
../src/bin/unzip/beos.c:1177:10: warning: variable ‘id’ set but not used [-Wunused-but-set-variable] | |
1177 | ush id = 0; | |
| ^~ | |
../src/bin/unzip/beos.c: In function ‘assign_MIME’: | |
../src/bin/unzip/beos.c:1319:9: warning: variable ‘retval’ set but not used [-Wunused-but-set-variable] | |
1319 | int retval; | |
| ^~~~~~ | |
C++ objects/linux/x86_64/release/tools/vmdkimage/vmdkimage.o | |
MergeObjectFromObjects1 objects/linux/x86_64/release/tools/fs_shell/fs_shell_kernel.o | |
../src/bin/unzip/beos.c: In function ‘assign_MIME.constprop’: | |
../src/bin/unzip/beos.c:1324:30: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
1324 | sprintf( buff, "%s/%s", getcwd( cwd_buff, PATH_MAX ), file ); | |
| ^ | |
../src/bin/unzip/beos.c:1324:9: note: ‘sprintf’ output 2 or more bytes (assuming 4097) into a destination of size 4096 | |
1324 | sprintf( buff, "%s/%s", getcwd( cwd_buff, PATH_MAX ), file ); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Archive objects/linux/x86_64/release/tools/fs_shell/fs_shell.a | |
ar: creating objects/linux/x86_64/release/tools/fs_shell/fs_shell.a | |
Ranlib objects/linux/x86_64/release/tools/fs_shell/fs_shell.a | |
Link objects/linux/x86_64/release/tools/bfs_shell/bfs_shell | |
../src/tools/vmdkimage/vmdkimage.cpp: In function ‘int main(int, char**)’: | |
../src/tools/vmdkimage/vmdkimage.cpp:324:32: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound 4097 equals destination size [-Wstringop-truncation] | |
324 | strncpy(fullPath + 5, file, sizeof(fullPath) - 5); | |
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
C++ objects/linux/x86_64/release/tools/rm_attrs.o | |
Link objects/linux/x86_64/release/tools/vmdkimage/vmdkimage | |
Chmod1 objects/linux/x86_64/release/tools/bfs_shell/bfs_shell | |
AddTargetVariableToScript1 <unique!target>_target_781 | |
AddTargetVariableToScript1 <unique!target>_target_881 | |
AddTargetVariableToScript1 <unique!target>_target_981 | |
AddTargetVariableToScript1 <unique!target>_target_091 | |
C++ objects/linux/x86_64/release/tools/package/command_add.o | |
AddTargetVariableToScript1 <unique!target>_target_191 | |
C++ objects/linux/x86_64/release/tools/package/command_checksum.o | |
Chmod1 objects/linux/x86_64/release/tools/vmdkimage/vmdkimage | |
C++ objects/linux/x86_64/release/tools/package/command_create.o | |
C++ objects/linux/x86_64/release/tools/package/command_dump.o | |
Link objects/linux/x86_64/release/tools/rm_attrs_tmp | |
../src/bin/unzip/zipinfo.c: In function ‘zipinfo’: | |
../src/bin/unzip/zipinfo.c:1789:31: warning: ‘%03u’ directive writing between 3 and 5 bytes into a region of size 4 [-Wformat-overflow=] | |
1789 | sprintf(&methbuf[1], "%03u", G.crec.compression_method); | |
| ^~~~ | |
In function ‘zi_short’, | |
inlined from ‘zipinfo’ at ../src/bin/unzip/zipinfo.c:815:34: | |
../src/bin/unzip/zipinfo.c:1789:30: note: directive argument in the range [0, 65535] | |
1789 | sprintf(&methbuf[1], "%03u", G.crec.compression_method); | |
| ^~~~~~ | |
../src/bin/unzip/zipinfo.c:1789:9: note: ‘sprintf’ output between 4 and 6 bytes into a destination of size 4 | |
1789 | sprintf(&methbuf[1], "%03u", G.crec.compression_method); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/zipinfo.c: In function ‘zipinfo’: | |
../src/bin/unzip/zipinfo.c:1837:49: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
1837 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^ | |
In function ‘zi_short’, | |
inlined from ‘zipinfo’ at ../src/bin/unzip/zipinfo.c:815:34: | |
../src/bin/unzip/zipinfo.c:1837:21: note: ‘sprintf’ output between 4 and 5 bytes into a destination of size 4 | |
1837 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/zipinfo.c: In function ‘zipinfo’: | |
../src/bin/unzip/zipinfo.c:1880:41: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
1880 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^ | |
In function ‘zi_short’, | |
inlined from ‘zipinfo’ at ../src/bin/unzip/zipinfo.c:815:34: | |
../src/bin/unzip/zipinfo.c:1880:13: note: ‘sprintf’ output between 4 and 5 bytes into a destination of size 4 | |
1880 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/zipinfo.c: In function ‘zipinfo’: | |
../src/bin/unzip/zipinfo.c:1855:41: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
1855 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^ | |
In function ‘zi_short’, | |
inlined from ‘zipinfo’ at ../src/bin/unzip/zipinfo.c:815:34: | |
../src/bin/unzip/zipinfo.c:1855:13: note: ‘sprintf’ output between 4 and 5 bytes into a destination of size 4 | |
1855 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/zipinfo.c: In function ‘zipinfo’: | |
../src/bin/unzip/zipinfo.c:1926:52: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
1926 | sprintf(attribs, ".r.-... %u.%u", hostver/10, hostver%10); | |
| ^ | |
In function ‘zi_short’, | |
inlined from ‘zipinfo’ at ../src/bin/unzip/zipinfo.c:815:34: | |
../src/bin/unzip/zipinfo.c:1926:17: note: ‘sprintf’ output between 16 and 17 bytes into a destination of size 16 | |
1926 | sprintf(attribs, ".r.-... %u.%u", hostver/10, hostver%10); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../src/bin/unzip/zipinfo.c: In function ‘zipinfo’: | |
../src/bin/unzip/zipinfo.c:1982:41: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
1982 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^ | |
In function ‘zi_short’, | |
inlined from ‘zipinfo’ at ../src/bin/unzip/zipinfo.c:815:34: | |
../src/bin/unzip/zipinfo.c:1982:13: note: ‘sprintf’ output between 4 and 5 bytes into a destination of size 4 | |
1982 | sprintf(&attribs[12], "%u.%u", hostver/10, hostver%10); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Chmod1 objects/linux/x86_64/release/tools/rm_attrs_tmp | |
File objects/linux/x86_64/release/tools/rm_attrs | |
Chmod1 objects/linux/x86_64/release/tools/rm_attrs | |
C++ objects/linux/x86_64/release/tools/package/command_extract.o | |
C++ objects/linux/x86_64/release/tools/package/command_info.o | |
C++ objects/linux/x86_64/release/tools/package/command_list.o | |
C++ objects/linux/x86_64/release/tools/package/command_recompress.o | |
C++ objects/linux/x86_64/release/tools/package/package.o | |
C++ objects/linux/x86_64/release/tools/package/PackageWriterListener.o | |
C++ objects/linux/x86_64/release/tools/package/PackageWritingUtils.o | |
C++ objects/linux/x86_64/release/build/libpackage/ActivateRepositoryCacheJob.o | |
C++ objects/linux/x86_64/release/build/libpackage/ActivateRepositoryConfigJob.o | |
C++ objects/linux/x86_64/release/build/libpackage/ActivationTransaction.o | |
C++ objects/linux/x86_64/release/build/libpackage/AddRepositoryRequest.o | |
C++ objects/linux/x86_64/release/build/libpackage/Attributes.o | |
C++ objects/linux/x86_64/release/build/libpackage/ChecksumAccessors.o | |
C++ objects/linux/x86_64/release/build/libpackage/CommitTransactionResult.o | |
...on 300th target... | |
Archive objects/linux/x86_64/release/tools/unzip/libunzip.a | |
ar: creating objects/linux/x86_64/release/tools/unzip/libunzip.a | |
Ranlib objects/linux/x86_64/release/tools/unzip/libunzip.a | |
Link objects/linux/x86_64/release/tools/unzip/unzip | |
C++ objects/linux/x86_64/release/build/libpackage/Context.o | |
C++ objects/linux/x86_64/release/build/libpackage/DownloadFileRequest.o | |
Chmod1 objects/linux/x86_64/release/tools/unzip/unzip | |
C++ objects/linux/x86_64/release/build/libpackage/DropRepositoryRequest.o | |
C++ objects/linux/x86_64/release/build/libpackage/FetchFileJob.o | |
C++ objects/linux/x86_64/release/build/libpackage/InstallationLocationInfo.o | |
C++ objects/linux/x86_64/release/build/libpackage/Job.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageInfo.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageInfoContentHandler.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageInfoParser.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageInfoSet.o | |
Archive objects/linux/x86_64/release/tools/rc/librdef.a | |
ar: creating objects/linux/x86_64/release/tools/rc/librdef.a | |
C++ objects/linux/x86_64/release/build/libpackage/PackageResolvable.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageResolvableExpression.o | |
Ranlib objects/linux/x86_64/release/tools/rc/librdef.a | |
C++ objects/linux/x86_64/release/build/libpackage/PackageRoster.o | |
Link objects/linux/x86_64/release/tools/rc/rc | |
C++ objects/linux/x86_64/release/build/libpackage/PackageVersion.o | |
C++ objects/linux/x86_64/release/build/libpackage/RefreshRepositoryRequest.o | |
Chmod1 objects/linux/x86_64/release/tools/rc/rc | |
AddTargetVariableToScript1 <unique!target>_target_291 | |
AddTargetVariableToScript1 <unique!target>_target_391 | |
AddTargetVariableToScript1 <unique!target>_target_491 | |
AddTargetVariableToScript1 <unique!target>_target_591 | |
AddTargetVariableToScript1 <unique!target>_target_691 | |
C++ objects/linux/x86_64/release/build/libpackage/RemoveRepositoryJob.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryCache.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryConfig.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryInfo.o | |
C++ objects/linux/x86_64/release/build/libpackage/Request.o | |
C++ objects/linux/x86_64/release/build/libpackage/TempfileManager.o | |
C++ objects/linux/x86_64/release/build/libpackage/User.o | |
C++ objects/linux/x86_64/release/build/libpackage/ValidateChecksumJob.o | |
C++ objects/linux/x86_64/release/build/libpackage/AttributeDataReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/BlockBufferPool.o | |
C++ objects/linux/x86_64/release/build/libpackage/BlockBufferPoolImpl.o | |
C++ objects/linux/x86_64/release/build/libpackage/BlockBufferPoolNoLock.o | |
C++ objects/linux/x86_64/release/build/libpackage/BufferPool.o | |
C++ objects/linux/x86_64/release/build/libpackage/PoolBuffer.o | |
C++ objects/linux/x86_64/release/build/libpackage/DataReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/ErrorOutput.o | |
C++ objects/linux/x86_64/release/build/libpackage/FDDataReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/FetchUtils.o | |
C++ objects/linux/x86_64/release/build/libpackage/GlobalWritableFileInfo.o | |
C++ objects/linux/x86_64/release/build/libpackage/HPKGDefs.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageContentHandler.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageData.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageDataReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageEntry.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageEntryAttribute.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageFileHeapAccessorBase.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageFileHeapReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageFileHeapWriter.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageReaderImpl.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageWriter.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageWriterImpl.o | |
C++ objects/linux/x86_64/release/build/libpackage/ReaderImplBase.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryContentHandler.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryReader.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryReaderImpl.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryWriter.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryWriterImpl.o | |
C++ objects/linux/x86_64/release/build/libpackage/Strings.o | |
C++ objects/linux/x86_64/release/build/libpackage/UserSettingsFileInfo.o | |
C++ objects/linux/x86_64/release/build/libpackage/WriterImplBase.o | |
C++ objects/linux/x86_64/release/build/libpackage/HPKGDefsV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageContentHandlerV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageDataReaderV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageDataV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageEntryAttributeV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageEntryV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageInfoContentHandlerV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageReaderImplV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/PackageReaderV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/ReaderImplBaseV1.o | |
C++ objects/linux/x86_64/release/build/libpackage/NoErrorOutput.o | |
C++ objects/linux/x86_64/release/build/libpackage/StandardErrorOutput.o | |
C++ objects/linux/x86_64/release/build/libpackage/Exceptions.o | |
C++ objects/linux/x86_64/release/build/libpackage/RepositoryBuilder.o | |
C++ objects/linux/x86_64/release/build/libpackage/Solver.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverPackage.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverPackageSpecifier.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverPackageSpecifierList.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverProblem.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverProblemSolution.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverRepository.o | |
C++ objects/linux/x86_64/release/build/libpackage/SolverResult.o | |
C++ objects/linux/x86_64/release/tools/get_package_dependencies/get_package_dependencies.o | |
DetermineHaikuRevision1 build/haiku-revision | |
C++ objects/linux/x86_64/release/tools/update_package_requires/update_package_requires.o | |
fatal: No names found, cannot describe anything. | |
Error: you are using a Haiku clone without tags, please set | |
the revision tag to use (e.g. HAIKU_REVISION=hrev43210) | |
../build/scripts/determine_haiku_revision .. build/haiku-revision | |
...failed DetermineHaikuRevision1 build/haiku-revision ... | |
Link /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libpackage_build.so | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libpackage_build.so | |
Link objects/linux/x86_64/release/tools/package/package | |
Chmod1 objects/linux/x86_64/release/tools/package/package | |
AddTargetVariableToScript1 <unique!target>_target_791 | |
C++ objects/linux/x86_64/release/build/libpackage/solver/LibsolvSolver.o | |
Cc objects/linux/x86_64/release/build/libsolv/solv_xfopen.o | |
Cc objects/linux/x86_64/release/build/libsolv/testcase.o | |
C++ objects/linux/x86_64/release/build/libsolv/repo_haiku.o | |
Cc objects/linux/x86_64/release/build/libsolv/bitmap.o | |
Cc objects/linux/x86_64/release/build/libsolv/poolarch.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/ext/solv_xfopen.c:8: warning: "_GNU_SOURCE" redefined | |
8 | #define _GNU_SOURCE | |
| | |
<command-line>: note: this is the location of the previous definition | |
Cc objects/linux/x86_64/release/build/libsolv/poolvendor.o | |
...on 400th target... | |
Cc objects/linux/x86_64/release/build/libsolv/poolid.o | |
Link objects/linux/x86_64/release/tools/update_package_requires/update_package_requires | |
Cc objects/linux/x86_64/release/build/libsolv/strpool.o | |
Cc objects/linux/x86_64/release/build/libsolv/dirpool.o | |
Cc objects/linux/x86_64/release/build/libsolv/solver.o | |
Chmod1 objects/linux/x86_64/release/tools/update_package_requires/update_package_requires | |
Cc objects/linux/x86_64/release/build/libsolv/solverdebug.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c: In function ‘solver_calculate_multiversionmap’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c:2692:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
2692 | if (repo) | |
| ^ | |
Cc objects/linux/x86_64/release/build/libsolv/repo_solv.o | |
Cc objects/linux/x86_64/release/build/libsolv/repo_write.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c: In function ‘solver_solve’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c:3414:18: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
3414 | if (repo) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c:3482:18: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
3482 | if (repo) | |
| ^ | |
Cc objects/linux/x86_64/release/build/libsolv/evr.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c: In function ‘pool_job2solvables’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/solver.c:4177:10: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
4177 | if (repo) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/ext/repo_haiku.cpp: In function ‘void add_resolvable_expressions(Repo*, Offset&, const BObjectList<BPackageKit::BPackageResolvableExpression>&)’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/ext/repo_haiku.cpp:77:14: warning: enumeration value ‘B_PACKAGE_RESOLVABLE_OP_ENUM_COUNT’ not handled in switch [-Wswitch] | |
77 | switch (expression->Operator()) | |
| ^ | |
Cc objects/linux/x86_64/release/build/libsolv/pool.o | |
Cc objects/linux/x86_64/release/build/libsolv/queue.o | |
Cc objects/linux/x86_64/release/build/libsolv/repo.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/repo.c:15: warning: "_GNU_SOURCE" redefined | |
15 | #define _GNU_SOURCE | |
| | |
<command-line>: note: this is the location of the previous definition | |
Cc objects/linux/x86_64/release/build/libsolv/repodata.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/repodata.c:17: warning: "_GNU_SOURCE" redefined | |
17 | #define _GNU_SOURCE | |
| | |
<command-line>: note: this is the location of the previous definition | |
Cc objects/linux/x86_64/release/build/libsolv/repopage.o | |
Cc objects/linux/x86_64/release/build/libsolv/util.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/util.c:8: warning: "_GNU_SOURCE" redefined | |
8 | #define _GNU_SOURCE | |
| | |
<command-line>: note: this is the location of the previous definition | |
Cc objects/linux/x86_64/release/build/libsolv/policy.o | |
Cc objects/linux/x86_64/release/build/libsolv/solvable.o | |
Cc objects/linux/x86_64/release/build/libsolv/transaction.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/transaction.c: In function ‘transaction_check_order’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/transaction.c:2078:6: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
2078 | if (pool->installed) | |
| ^ | |
Cc objects/linux/x86_64/release/build/libsolv/rules.o | |
Cc objects/linux/x86_64/release/build/libsolv/problems.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c: In function ‘jobtodisablelist’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c:1759:10: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
1759 | if (select == SOLVER_SOLVABLE_ALL || (select == SOLVER_SOLVABLE_REPO && what == installed->repoid)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c: In function ‘solver_createcleandepsmap’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c:2924:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
2924 | if (select == SOLVER_SOLVABLE_ALL || (select == SOLVER_SOLVABLE_REPO && what == installed->repoid)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c: In function ‘solver_get_unneeded’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c:3550:15: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] | |
3550 | if (off) | |
| ^~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/rules.c:3567:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |
3567 | if (pass == 0) | |
| ^~ | |
Cc objects/linux/x86_64/release/build/libsolv/chksum.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/repodata.c: In function ‘repodata_dir2str’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/repodata.c:385:7: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-truncation] | |
385 | strncpy(p, comps, l); | |
| ^~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/repodata.c:383:11: note: length computed here | |
383 | l = strlen(comps); | |
| ^~~~~~~~~~~~~ | |
Cc objects/linux/x86_64/release/build/libsolv/md5.o | |
Cc objects/linux/x86_64/release/build/libsolv/sha1.o | |
Cc objects/linux/x86_64/release/build/libsolv/sha2.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:564:34: warning: argument 1 of type ‘sha2_byte[]’ {aka ‘unsigned char[]’} with mismatched bound [-Warray-parameter=] | |
564 | void solv_SHA256_Final(sha2_byte digest[], SHA256_CTX* context) { | |
| ~~~~~~~~~~^~~~~~~~ | |
In file included from build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:43: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.h:72:24: note: previously declared as ‘uint8_t[32]’ {aka ‘unsigned char[32]’} | |
72 | void solv_SHA256_Final(uint8_t[SHA256_DIGEST_LENGTH], SHA256_CTX*); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: In function ‘solv_SHA256_Final’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:623:37: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] | |
623 | MEMSET_BZERO(context, sizeof(context)); | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:172:49: note: in definition of macro ‘MEMSET_BZERO’ | |
172 | #define MEMSET_BZERO(p,l) memset((p), 0, (l)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: At top level: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:627:49: warning: argument 2 of type ‘char[]’ with mismatched bound [-Warray-parameter=] | |
627 | char *solv_SHA256_End(SHA256_CTX* context, char buffer[]) { | |
| ~~~~~^~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.h:73:36: note: previously declared as ‘char[65]’ | |
73 | char* solv_SHA256_End(SHA256_CTX*, char[SHA256_DIGEST_STRING_LENGTH]); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: In function ‘solv_SHA256_End’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:644:45: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] | |
644 | MEMSET_BZERO(context, sizeof(context)); | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:172:49: note: in definition of macro ‘MEMSET_BZERO’ | |
172 | #define MEMSET_BZERO(p,l) memset((p), 0, (l)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: At top level: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:927:34: warning: argument 1 of type ‘sha2_byte[]’ {aka ‘unsigned char[]’} with mismatched bound [-Warray-parameter=] | |
927 | void solv_SHA512_Final(sha2_byte digest[], SHA512_CTX* context) { | |
| ~~~~~~~~~~^~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.h:84:24: note: previously declared as ‘uint8_t[64]’ {aka ‘unsigned char[64]’} | |
84 | void solv_SHA512_Final(uint8_t[SHA512_DIGEST_LENGTH], SHA512_CTX*); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: In function ‘solv_SHA512_Final’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:953:37: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] | |
953 | MEMSET_BZERO(context, sizeof(context)); | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:172:49: note: in definition of macro ‘MEMSET_BZERO’ | |
172 | #define MEMSET_BZERO(p,l) memset((p), 0, (l)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: At top level: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:956:49: warning: argument 2 of type ‘char[]’ with mismatched bound [-Warray-parameter=] | |
956 | char *solv_SHA512_End(SHA512_CTX* context, char buffer[]) { | |
| ~~~~~^~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.h:85:36: note: previously declared as ‘char[129]’ | |
85 | char* solv_SHA512_End(SHA512_CTX*, char[SHA512_DIGEST_STRING_LENGTH]); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: In function ‘solv_SHA512_End’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:973:45: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] | |
973 | MEMSET_BZERO(context, sizeof(context)); | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:172:49: note: in definition of macro ‘MEMSET_BZERO’ | |
172 | #define MEMSET_BZERO(p,l) memset((p), 0, (l)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: At top level: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:1002:34: warning: argument 1 of type ‘sha2_byte[]’ {aka ‘unsigned char[]’} with mismatched bound [-Warray-parameter=] | |
1002 | void solv_SHA384_Final(sha2_byte digest[], SHA384_CTX* context) { | |
| ~~~~~~~~~~^~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.h:78:24: note: previously declared as ‘uint8_t[48]’ {aka ‘unsigned char[48]’} | |
78 | void solv_SHA384_Final(uint8_t[SHA384_DIGEST_LENGTH], SHA384_CTX*); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: In function ‘solv_SHA384_Final’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:1028:37: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] | |
1028 | MEMSET_BZERO(context, sizeof(context)); | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:172:49: note: in definition of macro ‘MEMSET_BZERO’ | |
172 | #define MEMSET_BZERO(p,l) memset((p), 0, (l)) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: At top level: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:1031:49: warning: argument 2 of type ‘char[]’ with mismatched bound [-Warray-parameter=] | |
1031 | char *solv_SHA384_End(SHA384_CTX* context, char buffer[]) { | |
| ~~~~~^~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.h:79:36: note: previously declared as ‘char[97]’ | |
79 | char* solv_SHA384_End(SHA384_CTX*, char[SHA384_DIGEST_STRING_LENGTH]); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c: In function ‘solv_SHA384_End’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:1048:45: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] | |
1048 | MEMSET_BZERO(context, sizeof(context)); | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/sha2.c:172:49: note: in definition of macro ‘MEMSET_BZERO’ | |
172 | #define MEMSET_BZERO(p,l) memset((p), 0, (l)) | |
| ^ | |
Cc objects/linux/x86_64/release/build/libsolv/solvversion.o | |
Cc objects/linux/x86_64/release/build/libsolv/selection.o | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c:13: warning: "_GNU_SOURCE" redefined | |
13 | #define _GNU_SOURCE | |
| | |
<command-line>: note: this is the location of the previous definition | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c: In function ‘selection_prune’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c:55:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
55 | if (repo) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c: In function ‘selection_solvables’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c:98:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
98 | if (repo) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c: In function ‘selection_filter’: | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c:815:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
815 | if (repo) | |
| ^ | |
build_packages/libsolv_source-0.3.0_haiku_2014_12_22-1-source/develop/sources/libsolv-0.3.0_haiku_2014_12_22-1/sources/src/selection.c:846:14: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangling-else] | |
846 | if (repo) | |
| ^ | |
Link /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libsolv_build.so | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libsolv_build.so | |
Link /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libsolvext_build.so | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libsolvext_build.so | |
Link /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libpackage-add-on-libsolv_build.so | |
Chmod1 /home/dan/src/haiku/generated.riscv64/objects/linux/lib/libpackage-add-on-libsolv_build.so | |
Link objects/linux/x86_64/release/tools/get_package_dependencies/get_package_dependencies | |
Chmod1 objects/linux/x86_64/release/tools/get_package_dependencies/get_package_dependencies | |
AddTargetVariableToScript1 <unique!target>_target_891 | |
BUILD FAILURE: | |
...failed updating 1 target(s)... | |
...skipped 5 target(s)... | |
...updated 429 target(s)... | |
dan@zbook:~/src/haiku/generated.riscv64$ cd ~/src/ | |
dan@zbook:~/src$ rm -rf haiku | |
dan@zbook:~/src$ git clone https://review.haiku-os.org/haiku | |
Cloning into 'haiku'... | |
remote: Counting objects: 786276, done | |
remote: Finding sources: 100% (786276/786276) | |
remote: Total 786276 (delta 605059), reused 786164 (delta 605059) | |
Receiving objects: 100% (786276/786276), 399.92 MiB | 28.39 MiB/s, done. | |
Resolving deltas: 100% (605059/605059), done. | |
Updating files: 100% (25407/25407), done. | |
dan@zbook:~/src$ cd haiku | |
dan@zbook:~/src/haiku$ git remote add vf2 https://github.com/X547/haiku.git | |
dan@zbook:~/src/haiku$ git remote -v | |
origin https://review.haiku-os.org/haiku (fetch) | |
origin https://review.haiku-os.org/haiku (push) | |
vf2 https://github.com/X547/haiku.git (fetch) | |
vf2 https://github.com/X547/haiku.git (push) | |
dan@zbook:~/src/haiku$ git checkout visionfive2 | |
error: pathspec 'visionfive2' did not match any file(s) known to git | |
dan@zbook:~/src/haiku$ git fetch | |
remote: Counting objects: 24, done | |
remote: Finding sources: 100% (16/16) | |
remote: Total 16 (delta 7), reused 7 (delta 7) | |
Unpacking objects: 100% (16/16), 6.04 KiB | 1.01 MiB/s, done. | |
From https://review.haiku-os.org/haiku | |
e82f2e1943..c10c49daf7 master -> origin/master | |
* [new tag] hrev56998 -> hrev56998 | |
* [new tag] hrev56997 -> hrev56997 | |
dan@zbook:~/src/haiku$ git checkout visionfive2 | |
error: pathspec 'visionfive2' did not match any file(s) known to git | |
dan@zbook:~/src/haiku$ git switch visionfive2 | |
fatal: invalid reference: visionfive2 | |
dan@zbook:~/src/haiku$ git branch -v -a | |
* master e82f2e1943 [behind 2] Update translations from Pootle | |
remotes/origin/HEAD -> origin/master | |
remotes/origin/master c10c49daf7 kernel/arm64: refactor TLS initialization | |
remotes/origin/r1alpha1 82ce0ccb15 Add the Tracker add-ons directory to the mimeset list to enable Zip-O-Matic out of the box. This shouldn't be required on trunk as it has been updated there to work differently. | |
remotes/origin/r1alpha2 0450172a78 Enabling HAIKU_OFFICIAL_RELEASE. | |
remotes/origin/r1alpha3 b031258f27 * Reverted accidental commit to the wrong branch. | |
remotes/origin/r1alpha4 a6d45c67d7 R1A4.1: Update image file names | |
remotes/origin/r1beta1 edfc996830 pthread_key: set value planned for destruction to NULL. | |
remotes/origin/r1beta2 1132ecca07 PS/2 Keyboard: fix handling of Pause key. | |
remotes/origin/r1beta3 598bbbd34e libs/bsd: implemented dl_iterate_phdr | |
remotes/origin/r1beta4 3a554d1d54 FlatControlLook: fix clipping | |
dan@zbook:~/src/haiku$ git checkout vf2/visionfive2 | |
error: pathspec 'vf2/visionfive2' did not match any file(s) known to git | |
dan@zbook:~/src/haiku$ git remote -v | |
origin https://review.haiku-os.org/haiku (fetch) | |
origin https://review.haiku-os.org/haiku (push) | |
vf2 https://github.com/X547/haiku.git (fetch) | |
vf2 https://github.com/X547/haiku.git (push) | |
dan@zbook:~/src/haiku$ git branch -r | |
origin/HEAD -> origin/master | |
origin/master | |
origin/r1alpha1 | |
origin/r1alpha2 | |
origin/r1alpha3 | |
origin/r1alpha4 | |
origin/r1beta1 | |
origin/r1beta2 | |
origin/r1beta3 | |
origin/r1beta4 | |
dan@zbook:~/src/haiku$ cd .. | |
dan@zbook:~/src$ rm -rf haiku | |
dan@zbook:~/src$ git clone https://github.com/X547/haiku.git | |
Cloning into 'haiku'... | |
remote: Enumerating objects: 786665, done. | |
remote: Counting objects: 100% (2655/2655), done. | |
remote: Compressing objects: 100% (1084/1084), done. | |
remote: Total 786665 (delta 1722), reused 2378 (delta 1570), pack-reused 784010 | |
Receiving objects: 100% (786665/786665), 435.99 MiB | 23.66 MiB/s, done. | |
Resolving deltas: 100% (611620/611620), done. | |
Updating files: 100% (25437/25437), done. | |
dan@zbook:~/src$ cd haiku | |
haiku/ haikuports/ | |
dan@zbook:~/src$ cd haiku | |
dan@zbook:~/src/haiku$ git checkout visionfive2 | |
branch 'visionfive2' set up to track 'origin/visionfive2'. | |
Switched to a new branch 'visionfive2' | |
dan@zbook:~/src/haiku$ mkdir generated.riscv64; cd generated.riscv64 | |
dan@zbook:~/src/haiku/generated.riscv64$ ./configure --use-gcc-pipe -j4 --cross-tools-source ../../buildtools --build-cross-tools riscv64 | |
jam -j4 -q @minimum-raw | |
^C | |
dan@zbook:~/src/haiku/generated.riscv64$ ./configure --use-gcc-pipe -j4 --cross-tools-source ../../buildtools --build-cross-tools riscv64 | |
bash: ./configure: No such file or directory | |
dan@zbook:~/src/haiku/generated.riscv64$ ls | |
dan@zbook:~/src/haiku/generated.riscv64$ ../configure --use-gcc-pipe -j8 --cross-tools-source ../../buildtools --build-cross-tools riscv64 | |
../configure: could not find setfattr, assuming host has no extended attributes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... riscv64-unknown-haiku | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln works... yes | |
checking whether ln -s works... yes | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for gawk... gawk | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes | |
checking for gnatbind... no | |
checking for gnatmake... no | |
checking whether compiler driver understands Ada... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
checking for objdir... .libs | |
checking for isl 0.15 or later... no | |
required isl version is 0.15 or later | |
checking for default BUILD_CONFIG... | |
checking for --enable-vtable-verify... no | |
checking for bison... bison -y | |
checking for bison... bison | |
checking for gm4... no | |
checking for gnum4... no | |
checking for m4... m4 | |
checking for flex... flex | |
checking for flex... flex | |
checking for makeinfo... makeinfo | |
checking for expect... no | |
checking for runtest... no | |
checking for ar... ar | |
checking for as... as | |
checking for dlltool... no | |
checking for ld... ld | |
checking for lipo... no | |
checking for nm... nm | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for windres... no | |
checking for windmc... no | |
checking for objcopy... objcopy | |
checking for objdump... objdump | |
checking for readelf... readelf | |
checking for riscv64-unknown-haiku-cc... no | |
checking for riscv64-unknown-haiku-gcc... no | |
checking for riscv64-unknown-haiku-c++... no | |
checking for riscv64-unknown-haiku-g++... no | |
checking for riscv64-unknown-haiku-cxx... no | |
checking for riscv64-unknown-haiku-gxx... no | |
checking for riscv64-unknown-haiku-gcc... no | |
checking for riscv64-unknown-haiku-gfortran... no | |
checking for riscv64-unknown-haiku-gccgo... no | |
checking for riscv64-unknown-haiku-ar... no | |
checking for riscv64-unknown-haiku-as... no | |
checking for riscv64-unknown-haiku-dlltool... no | |
checking for riscv64-unknown-haiku-ld... no | |
checking for riscv64-unknown-haiku-lipo... no | |
checking for riscv64-unknown-haiku-nm... no | |
checking for riscv64-unknown-haiku-objcopy... no | |
checking for riscv64-unknown-haiku-objdump... no | |
checking for riscv64-unknown-haiku-ranlib... no | |
checking for riscv64-unknown-haiku-readelf... no | |
checking for riscv64-unknown-haiku-strip... no | |
checking for riscv64-unknown-haiku-windres... no | |
checking for riscv64-unknown-haiku-windmc... no | |
checking where to find the target ar... just compiled | |
checking where to find the target as... just compiled | |
checking where to find the target cc... pre-installed | |
checking where to find the target c++... pre-installed | |
checking where to find the target c++ for libstdc++... pre-installed | |
checking where to find the target dlltool... just compiled | |
checking where to find the target gcc... pre-installed | |
checking where to find the target gfortran... pre-installed | |
checking where to find the target gccgo... pre-installed | |
checking where to find the target ld... just compiled | |
checking where to find the target lipo... pre-installed | |
checking where to find the target nm... just compiled | |
checking where to find the target objcopy... just compiled | |
checking where to find the target objdump... just compiled | |
checking where to find the target ranlib... just compiled | |
checking where to find the target readelf... just compiled | |
checking where to find the target strip... just compiled | |
checking where to find the target windres... just compiled | |
checking where to find the target windmc... just compiled | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
make[1]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils' | |
make[1]: Nothing to be done for 'all-target'. | |
mkdir -p -- ./libiberty | |
mkdir -p -- ./intl | |
mkdir -p -- ./zlib | |
mkdir -p -- ./etc | |
Configuring in ./libiberty | |
Configuring in ./intl | |
Configuring in ./zlib | |
Configuring in ./etc | |
configure: creating cache ./config.cache | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking for a BSD-compatible install... /usr/bin/install -c | |
configure: creating cache ./config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... configure: updating cache ./config.cache | |
x86_64-pc-linux-gnu | |
checking target system type... configure: creating ./config.status | |
checking whether the C compiler works... riscv64-unknown-haiku | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... config.status: creating Makefile | |
checking whether we are cross compiling... checking for perl... perl | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking whether to install libiberty headers and static library... no | |
checking whether the C compiler works... configure: target_header_dir = | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/etc' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/etc' | |
no | |
checking for suffix of object files... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... checking whether the C compiler works... | |
checking whether we are cross compiling... yes | |
checking for gcc option to accept ISO C89... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... none needed | |
checking how to run the C preprocessor... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... gcc -E | |
checking whether we are cross compiling... yes | |
checking whether gcc accepts -g... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for gcc option to accept ISO C89... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... yes | |
checking for style of include used by make... GNU | |
checking dependency style of gcc... none needed | |
checking how to run the C preprocessor... yes | |
checking for sys/types.h... gcc3 | |
checking how to print strings... gcc -E | |
yes | |
checking for sys/stat.h... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for stdlib.h... yes | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... checking for string.h... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for sys/types.h... yes | |
checking for inttypes.h... ok | |
yes | |
checking how to run the C preprocessor... checking for sys/stat.h... yes | |
checking for stdint.h... yes | |
gcc -E | |
checking for stdlib.h... yes | |
checking for unistd.h... yes | |
checking for ANSI C header files... checking for string.h... yes | |
checking minix/config.h usability... yes | |
checking for memory.h... no | |
checking minix/config.h presence... yes | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking whether make sets $(MAKE)... yes | |
checking for sys/types.h... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
yes | |
checking for xgettext... yes | |
checking for stdint.h... /usr/bin/xgettext | |
checking for sys/stat.h... checking for msgmerge... /usr/bin/msgmerge | |
yes | |
yes | |
checking for unistd.h... checking for stdlib.h... checking build system type... x86_64-pc-linux-gnu | |
checking host system type... yes | |
yes | |
x86_64-pc-linux-gnu | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for library containing strerror... checking for string.h... checking minix/config.h usability... yes | |
checking for memory.h... no | |
checking minix/config.h presence... none required | |
checking for an ANSI C-conforming const... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
yes | |
checking for inline... checking for strings.h... inline | |
checking for off_t... yes | |
checking for special C compiler options needed for large files... no | |
yes | |
checking for _FILE_OFFSET_BITS value needed for large files... checking for inttypes.h... no | |
checking whether gcc supports -W... yes | |
checking for stdint.h... yes | |
checking whether gcc supports -Wall... yes | |
checking for size_t... yes | |
yes | |
checking for unistd.h... checking whether gcc supports -Wwrite-strings... yes | |
checking whether gcc supports -Wc++-compat... yes | |
checking for dlfcn.h... yes | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking for working alloca.h... yes | |
checking for objdir... .libs | |
yes | |
checking whether gcc supports -Wshadow=local... yes | |
checking for alloca... yes | |
checking whether gcc supports -pedantic ... yes | |
checking whether gcc and cc understand -c and -o together... checking if gcc supports -fno-rtti -fno-exceptions... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... checking for sys/param.h... yes | |
checking if gcc static flag -static works... yes | |
checking for getpagesize... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... yes | |
checking for working mmap... yes | |
checking if gcc supports -c -o file.o... inline | |
checking whether byte ordering is bigendian... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... yes | |
checking whether we are using the GNU C Library 2.1 or newer... yes | |
checking whether integer division by zero raises SIGFPE... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for CET support... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
yes | |
checking for inttypes.h... checking for sys/param.h... yes | |
checking for stdint.h... yes | |
checking for getpagesize... yes | |
checking for unsigned long long... yes | |
checking for sys/file.h... yes | |
checking for sys/param.h... yes | |
checking for working mmap... yes | |
checking for inttypes.h... yes | |
checking for limits.h... yes | |
checking whether the inttypes.h PRIxNN macros are broken... yes | |
checking for stdlib.h... (cached) yes | |
no | |
checking for ld used by GCC... checking for malloc.h... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for shared library run path origin... yes | |
checking for string.h... (cached) yes | |
yes | |
done | |
checking for memcpy... checking for unistd.h... (cached) yes | |
checking argz.h usability... checking for strings.h... (cached) yes | |
checking for sys/time.h... yes | |
yes | |
checking argz.h presence... checking for time.h... yes | |
yes | |
checking for argz.h... yes | |
yes | |
checking for strerror... checking limits.h usability... checking for sys/resource.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/mman.h... yes | |
checking limits.h presence... yes | |
yes | |
yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking for fcntl.h... checking locale.h usability... yes | |
checking for alloca.h... configure: updating cache ./config.cache | |
yes | |
yes | |
checking locale.h presence... checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
checking for sys/pstat.h... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... no | |
checking for sys/sysmp.h... no | |
checking for sys/sysinfo.h... yes | |
checking nl_types.h presence... yes | |
yes | |
checking for nl_types.h... yes | |
checking for machine/hal_sysinfo.h... checking malloc.h usability... no | |
checking for sys/table.h... no | |
yes | |
checking malloc.h presence... checking for sys/sysctl.h... yes | |
checking for malloc.h... yes | |
no | |
checking for sys/systemcfg.h... checking stddef.h usability... no | |
checking for stdint.h... (cached) yes | |
checking for stdio_ext.h... yes | |
checking stddef.h presence... yes | |
yes | |
checking for stddef.h... yes | |
checking for process.h... checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
no | |
checking for unistd.h... (cached) yes | |
checking for sys/prctl.h... checking for sys/param.h... (cached) yes | |
checking for feof_unlocked... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for fgets_unlocked... yes | |
checking whether errno must be declared... no | |
checking size of int... yes | |
checking for getc_unlocked... yes | |
4 | |
checking size of long... checking for getcwd... yes | |
checking for getegid... 8 | |
checking size of size_t... yes | |
config.status: creating Makefile | |
checking for geteuid... config.status: executing depfiles commands | |
8 | |
checking for long long... yes | |
checking for getgid... config.status: executing libtool commands | |
yes | |
yes | |
checking size of long long... checking for getuid... make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib' | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-adler32.o -MD -MP -MF .deps/libz_a-adler32.Tpo -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`adler32.c | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-compress.o -MD -MP -MF .deps/libz_a-compress.Tpo -c -o libz_a-compress.o `test -f 'compress.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`compress.c | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-crc32.o -MD -MP -MF .deps/libz_a-crc32.Tpo -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`crc32.c | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-deflate.o -MD -MP -MF .deps/libz_a-deflate.Tpo -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`deflate.c | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-gzread.o -MD -MP -MF .deps/libz_a-gzread.Tpo -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`gzread.c | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-gzclose.o -MD -MP -MF .deps/libz_a-gzclose.Tpo -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`gzclose.c | |
yes | |
checking for mempcpy... 8 | |
checking for a 64-bit type... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po | |
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`gzwrite.c | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`gzlib.c | |
uint64_t | |
checking for intptr_t... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-infback.o -MD -MP -MF .deps/libz_a-infback.Tpo -c -o libz_a-infback.o `test -f 'infback.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`infback.c | |
yes | |
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-inffast.o -MD -MP -MF .deps/libz_a-inffast.Tpo -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`inffast.c | |
checking for munmap... yes | |
checking for uintptr_t... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-inflate.o -MD -MP -MF .deps/libz_a-inflate.Tpo -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`inflate.c | |
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-inftrees.o -MD -MP -MF .deps/libz_a-inftrees.Tpo -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`inftrees.c | |
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`trees.c | |
yes | |
checking for putenv... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-uncompr.o -MD -MP -MF .deps/libz_a-uncompr.Tpo -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`uncompr.c | |
yes | |
checking for ssize_t... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po | |
yes | |
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I/home/dan/src/buildtools/binutils/zlib -O2 -pipe -MT libz_a-zutil.o -MD -MP -MF .deps/libz_a-zutil.Tpo -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '/home/dan/src/buildtools/binutils/zlib/'`zutil.c | |
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po | |
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-O2 -pipe" "CXXFLAGS=-O2 -std=c++14 -pipe" "CFLAGS_FOR_BUILD=-O2 -pipe" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-O2 -pipe" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/bash" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" "infodir=/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info" "libdir=/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib" "prefix=/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" "tooldir=/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=ld" "LIBCFLAGS=-O2 -pipe" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # make | |
checking for setenv... yes | |
checking for pid_t... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po | |
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po | |
yes | |
checking for setlocale... yes | |
yes | |
checking for library containing strerror... checking for stpcpy... none required | |
checking for asprintf... yes | |
checking for strcasecmp... yes | |
checking for atexit... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po | |
yes | |
checking for strdup... yes | |
checking for basename... yes | |
checking for strtoul... yes | |
checking for bcmp... yes | |
checking for tsearch... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po | |
yes | |
checking for bcopy... yes | |
checking for __argz_count... yes | |
checking for bsearch... yes | |
checking for __argz_stringify... yes | |
checking for bzero... yes | |
checking for __argz_next... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po | |
yes | |
rm -f libz.a | |
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o | |
yes | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
checking for calloc... checking for __fsetlocking... ranlib libz.a | |
yes | |
yes | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib' | |
checking for clock... checking for iconv... yes | |
yes | |
checking for ffs... checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... yes | |
checking for getcwd... yes | |
checking for LC_MESSAGES... yes | |
checking for getpagesize... yes | |
checking for bison... bison | |
checking version of bison... 3.8.2, ok | |
checking whether NLS is requested... no | |
checking whether to use NLS... no | |
checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
configure: updating cache ./config.cache | |
yes | |
configure: creating ./config.status | |
checking for gettimeofday... yes | |
checking for index... config.status: creating Makefile | |
yes | |
config.status: creating config.intl | |
checking for insque... config.status: creating config.h | |
config.status: executing default-1 commands | |
yes | |
checking for memchr... mkdir -p -- ./binutils | |
mkdir -p -- ./gas | |
mkdir -p -- ./ld | |
mkdir -p -- ./gprof | |
Configuring in ./binutils | |
Configuring in ./gas | |
Configuring in ./ld | |
Configuring in ./gprof | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/intl' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/intl' | |
yes | |
checking for memcmp... yes | |
checking for memcpy... configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking build system type... checking build system type... checking build system type... checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking target system type... yes | |
riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
riscv64-unknown-haiku | |
riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
checking for memmem... checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... checking whether the C compiler works... yes | |
checking for memmove... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
yes | |
checking for C compiler default output file name... a.out | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... checking for suffix of executables... yes | |
checking whether we are cross compiling... | |
checking for mempcpy... checking whether we are cross compiling... | |
checking whether we are cross compiling... checking whether we are cross compiling... no | |
checking for suffix of object files... no | |
checking for suffix of object files... yes | |
no | |
o | |
checking for suffix of object files... checking whether we are using the GNU C compiler... checking for memset... no | |
o | |
checking whether we are using the GNU C compiler... checking for suffix of object files... yes | |
checking whether gcc accepts -g... o | |
checking whether we are using the GNU C compiler... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... yes | |
yes | |
checking whether gcc accepts -g... yes | |
checking whether gcc accepts -g... checking for mkstemps... yes | |
checking for gcc option to accept ISO C89... yes | |
checking for gcc option to accept ISO C89... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... none needed | |
checking whether gcc understands -c and -o together... yes | |
none needed | |
checking whether gcc understands -c and -o together... checking for putenv... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for library containing strerror... yes | |
checking for library containing strerror... yes | |
checking for library containing strerror... yes | |
yes | |
checking for library containing strerror... checking for random... none required | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
none required | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... checking for a thread-safe mkdir -p... none required | |
/usr/bin/mkdir -p | |
checking for a BSD-compatible install... checking for gawk... gawk | |
/usr/bin/install -c | |
checking whether make sets $(MAKE)... checking whether build environment is sane... yes | |
yes | |
yes | |
none required | |
checking for a BSD-compatible install... checking for style of include used by make... /usr/bin/install -c | |
checking whether build environment is sane... checking for a thread-safe mkdir -p... GNU | |
yes | |
checking for style of include used by make... /usr/bin/mkdir -p | |
checking for gawk... checking whether make supports nested variables... gawk | |
checking whether make sets $(MAKE)... yes | |
GNU | |
checking whether make supports nested variables... yes | |
checking for a thread-safe mkdir -p... checking dependency style of gcc... yes | |
yes | |
/usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... checking dependency style of gcc... checking for rename... checking for style of include used by make... yes | |
GNU | |
checking whether make supports nested variables... yes | |
checking for style of include used by make... checking dependency style of gcc... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
gcc3 | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
yes | |
gcc3 | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
checking for rindex... gcc3 | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) checking for x86_64-pc-linux-gnu-gcc... yes | |
(cached) gcc | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking whether we are using the GNU C compiler... checking how to run the C preprocessor... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking how to run the C preprocessor... checking whether we are using the GNU C++ compiler... checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking how to run the C preprocessor... gcc -E | |
yes | |
checking whether g++ accepts -g... yes | |
gcc -E | |
checking for setenv... checking for grep that handles long lines and -e... gcc -E | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking dependency style of g++... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
gcc3 | |
checking for grep that handles long lines and -e... checking for snprintf... /usr/bin/grep | |
checking how to run the C preprocessor... gcc -E | |
yes | |
checking for sigsetmask... checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/types.h... yes | |
checking for stpcpy... yes | |
yes | |
checking for sys/types.h... checking for sys/stat.h... yes | |
checking for sys/stat.h... yes | |
yes | |
checking for sys/stat.h... checking for stdlib.h... yes | |
yes | |
checking for stdlib.h... checking for stpncpy... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for string.h... yes | |
yes | |
checking for sys/types.h... checking for string.h... yes | |
yes | |
checking for memory.h... checking for strcasecmp... yes | |
yes | |
checking for memory.h... yes | |
checking for sys/stat.h... checking for memory.h... yes | |
checking for strings.h... yes | |
yes | |
checking for strings.h... yes | |
yes | |
checking for stdlib.h... checking for strings.h... checking for strchr... yes | |
checking for inttypes.h... yes | |
yes | |
checking for inttypes.h... yes | |
checking for string.h... checking for inttypes.h... yes | |
checking for stdint.h... yes | |
yes | |
yes | |
yes | |
checking for memory.h... checking for stdint.h... checking for strdup... checking for stdint.h... yes | |
checking for unistd.h... yes | |
yes | |
yes | |
checking for unistd.h... checking for strings.h... checking for unistd.h... yes | |
checking minix/config.h usability... yes | |
checking for strncasecmp... yes | |
yes | |
checking minix/config.h usability... yes | |
checking minix/config.h usability... checking for inttypes.h... no | |
checking minix/config.h presence... yes | |
no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... no | |
checking minix/config.h presence... yes | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for strndup... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for unistd.h... yes | |
checking how to print strings... yes | |
checking how to print strings... yes | |
checking how to print strings... yes | |
checking minix/config.h usability... yes | |
checking for strnlen... printf | |
checking for a sed that does not truncate output... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
printf | |
checking for a sed that does not truncate output... checking the name lister (nm) interface... no | |
checking minix/config.h presence... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for strrchr... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking whether the shell understands "+="... yes | |
yes | |
checking for ld option to reload object files... -r | |
checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... checking how to recognize dependent libraries... pass_all | |
pass_all | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-strip... checking for x86_64-pc-linux-gnu-strip... no | |
no | |
checking for strip... checking for strip... strip | |
strip | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... checking command to parse nm output from gcc object... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
yes | |
checking how to print strings... checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... yes | |
checking for strstr... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... ok | |
yes | |
ok | |
checking for strtod... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... ok | |
checking for dlfcn.h... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for dlfcn.h... checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... checking for dlfcn.h... yes | |
checking for objdir... .libs | |
yes | |
yes | |
checking for objdir... .libs | |
checking for strtol... yes | |
checking for objdir... .libs | |
yes | |
checking if gcc supports -fno-rtti -fno-exceptions... checking for strtoul... ok | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... checking for dlfcn.h... checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
yes | |
checking if gcc static flag -static works... checking for strtoll... yes | |
checking for objdir... yes | |
checking if gcc static flag -static works... .libs | |
yes | |
checking for strtoull... yes | |
checking if gcc supports -c -o file.o... checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking for strverscmp... yes | |
checking if gcc supports -c -o file.o... yes | |
checking dynamic linker characteristics... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... yes | |
checking dynamic linker characteristics... yes | |
checking for tmpnam... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for dlfcn.h... (cached) yes | |
checking for windows.h... yes | |
checking if gcc supports -c -o file.o... yes | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
GNU/Linux ld.so | |
checking whether stripping libraries is possible... checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
yes | |
checking whether to build static libraries... checking if libtool supports shared libraries... yes | |
yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for dlfcn.h... (cached) yes | |
checking for dlfcn.h... (cached) yes | |
checking for vasprintf... checking for windows.h... checking for windows.h... no | |
checking for library containing dlsym... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... no | |
no | |
checking for library containing dlsym... checking for library containing dlsym... yes | |
none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking for vfprintf... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking how to run the C++ preprocessor... yes | |
checking for vprintf... no | |
no | |
checking for setmode... checking for x86_64-pc-linux-gnu-pkg-config... no | |
checking for pkg-config... /usr/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking whether to use debuginfod... auto | |
checking for libdebuginfod >= 0.179... g++ -E | |
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 | |
checking whether byte ordering is bigendian... no | |
configure: WARNING: libdebuginfod is missing or unusable; some features may be unavailable. | |
yes | |
checking for vsnprintf... no | |
checking whether NLS is requested... no | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
no | |
yes | |
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 | |
checking for bison... bison -y | |
checking for flex... flex | |
checking for vsprintf... checking whether to enable maintainer-specific portions of Makefiles... checking lex output file root... no | |
lex.yy | |
checking lex library... checking sys/gmon_out.h usability... checking for default configuration of --with-arch... rv64gc | |
checking for default configuration of --with-isa-spec... | |
checking for default configuration of --with-priv-spec... | |
checking for default configuration of --with-arch... rv64gc | |
checking for default configuration of --with-isa-spec... | |
checking for default configuration of --with-priv-spec... | |
checking for ld used by g++... ld -m elf_x86_64 | |
checking if the linker (ld -m elf_x86_64) is GNU ld... yes | |
checking for bison... bison -y | |
checking for flex... flex | |
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking sys/gmon_out.h presence... yes | |
checking lex output file root... lex.yy | |
checking lex library... yes | |
checking for waitpid... yes | |
checking for sys/gmon_out.h... yes | |
checking for a known getopt prototype in unistd.h... checking for g++ option to produce PIC... -fPIC -DPIC | |
checking if g++ PIC flag -fPIC -DPIC works... yes | |
checking for library containing fabs... yes | |
checking for setproctitle... yes | |
checking if g++ static flag -static works... no | |
checking whether alloca needs Cray hooks... no | |
checking stack direction for C alloca... yes | |
checking if g++ supports -c -o file.o... -lm | |
1 | |
checking for vfork.h... no | |
yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) checking for fork... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for dlfcn.h... (cached) yes | |
checking for windows.h... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 | |
no | |
checking for library containing dlsym... configure: updating cache ./config.cache | |
yes | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
checking for vfork... none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for working fork... no | |
yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 | |
checking for LC_MESSAGES... yes | |
checking whether NLS is requested... no | |
checking whether NLS is requested... no | |
checking for msgfmt... no | |
checking for sys_errlist... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... /usr/bin/msgmerge | |
checking for bison... bison -y | |
checking for flex... flex | |
no | |
checking for sys_nerr... checking lex output file root... lex.yy | |
checking lex library... no | |
checking for sys_siglist... -lfl | |
checking whether yytext is a pointer... -lfl | |
checking whether yytext is a pointer... no | |
checking for external symbol _system_configuration... no | |
checking for __fsetlocking... yes | |
checking for canonicalize_file_name... yes | |
checking for dup3... yes | |
config.status: creating Makefile | |
checking for getrlimit... config.status: creating po/Makefile.in | |
config.status: creating gconfig.h | |
config.status: executing depfiles commands | |
yes | |
checking for getrusage... yes | |
checking for getsysinfo... config.status: executing libtool commands | |
config.status: executing default-1 commands | |
yes | |
checking whether NLS is requested... no | |
checking whether NLS is requested... no | |
config.status: creating po/POTFILES | |
checking for msgfmt... config.status: creating po/Makefile | |
/usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
no | |
checking for msgmerge... checking for gettimeofday... (cached) yes | |
yes | |
checking whether NLS is requested... no | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
/usr/bin/msgmerge | |
checking for on_exit... checking for msgmerge... checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib | |
checking size of long... /usr/bin/msgmerge | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for string.h... (cached) yes | |
yes | |
checking for stdlib.h... (cached) yes | |
checking for pipe2... checking for memory.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
8 | |
checking for long long... checking errno.h usability... yes | |
checking for psignal... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
-lfl | |
checking whether yytext is a pointer... checking for sys/types.h... (cached) yes | |
checking limits.h usability... yes | |
checking size of long long... yes | |
checking for pstat_getdynamic... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... no | |
checking for pstat_getstatic... 8 | |
checking for string.h... (cached) yes | |
yes | |
checking locale.h presence... checking for strings.h... (cached) yes | |
yes | |
checking for locale.h... yes | |
checking for stdlib.h... (cached) yes | |
checking time.h usability... checking for unistd.h... (cached) yes | |
checking fcntl.h usability... no | |
checking for realpath... yes | |
checking time.h presence... yes | |
checking fcntl.h presence... yes | |
checking for time.h... yes | |
yes | |
checking for fcntl.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking whether string.h and strings.h may both be included... yes | |
checking sys/file.h usability... checking for setrlimit... yes | |
checking whether compiling a cross-assembler... yes | |
checking for size_t... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
yes | |
checking limits.h usability... checking for sbrk... yes | |
yes | |
checking limits.h presence... checking whether to enable maintainer-specific portions of Makefiles... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
yes | |
checking for working alloca.h... checking for string.h... (cached) yes | |
yes | |
yes | |
checking for limits.h... yes | |
checking for spawnve... checking for strings.h... (cached) yes | |
checking locale.h usability... checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking elf-hints.h usability... yes | |
checking for alloca... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
no | |
checking for spawnvpe... checking sys/param.h usability... no | |
checking elf-hints.h presence... yes | |
checking for inline... no | |
checking for elf-hints.h... no | |
checking limits.h usability... inline | |
yes | |
checking sys/param.h presence... checking for unlink... no | |
checking for strerror... yes | |
checking for sys/param.h... yes | |
checking wchar.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
yes | |
checking locale.h usability... yes | |
checking wchar.h presence... checking for sbrk... yes | |
checking for strsignal... yes | |
checking for wchar.h... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking locale.h presence... yes | |
yes | |
checking for locale.h... yes | |
yes | |
checking whether string.h and strings.h may both be included... checking for setlocale... checking sys/param.h usability... yes | |
checking for sysconf... yes | |
checking for size_t... yes | |
checking sys/param.h presence... yes | |
checking for strsignal... yes | |
yes | |
checking for sys/param.h... yes | |
checking for sysctl... checking fcntl.h usability... yes | |
checking for LC_MESSAGES... yes | |
checking for working alloca.h... yes | |
checking fcntl.h presence... no | |
yes | |
checking for fcntl.h... yes | |
checking for sysmp... checking sys/file.h usability... yes | |
checking for working assert macro... yes | |
checking for alloca... yes | |
checking sys/file.h presence... no | |
checking for table... yes | |
checking for sys/file.h... yes | |
checking sys/time.h usability... yes | |
checking whether declaration is required for errno... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
yes | |
checking for getpagesize... checking sys/time.h presence... no | |
yes | |
checking for sys/time.h... yes | |
checking for times... checking for sys/stat.h... (cached) yes | |
no | |
checking for a known getopt prototype in unistd.h... checking whether string.h and strings.h may both be included... yes | |
checking for working mmap... yes | |
checking whether declaration is required for environ... yes | |
checking for glob... yes | |
checking for wait3... yes | |
no | |
checking whether declaration is required for ffs... yes | |
checking for mkstemp... checking for wait4... yes | |
checking for sbrk... yes | |
yes | |
no | |
checking whether declaration is required for free... checking for realpath... checking whether basename is declared... yes | |
checking for utimes... yes | |
yes | |
no | |
checking whether declaration is required for malloc... checking for sbrk... checking whether ffs is declared... yes | |
checking for setmode... yes | |
yes | |
checking whether asprintf is declared... checking for setlocale... no | |
checking whether declaration is required for sbrk... no | |
checking for getc_unlocked... yes | |
checking whether vasprintf is declared... yes | |
checking for waitpid... no | |
checking whether declaration is required for strstr... yes | |
yes | |
checking for strcoll... checking whether snprintf is declared... yes | |
checking for open... no | |
yes | |
yes | |
checking whether free is declared... checking whether vsnprintf is declared... checking for setlocale... yes | |
yes | |
yes | |
checking for lseek... checking whether getenv is declared... checking whether calloc is declared... yes | |
checking for mkstemp... yes | |
checking for close... yes | |
checking for mkdtemp... yes | |
yes | |
checking whether malloc is declared... checking whether getenv is declared... yes | |
yes | |
yes | |
checking for mbstate_t... yes | |
checking for dirent.h that defines DIR... checking whether mempcpy is declared... checking whether getopt is declared... yes | |
checking for library containing frexp... yes | |
checking for library containing opendir... yes | |
yes | |
checking whether malloc is declared... checking whether realloc is declared... none required | |
checking for LC_MESSAGES... none required | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for getpagesize... yes | |
yes | |
checking whether realloc is declared... checking whether stpcpy is declared... yes | |
checking for time_t in time.h... yes | |
checking for time_t in sys/types.h... yes | |
checking whether sbrk is declared... yes | |
checking for working mmap... yes | |
checking for a known getopt prototype in unistd.h... yes | |
checking whether strstr is declared... yes | |
checking for utime.h... yes | |
checking whether strtol is declared... yes | |
checking whether vsnprintf is declared... yes | |
checking whether asprintf is declared... yes | |
checking for library containing dlopen... yes | |
yes | |
checking whether strtoul is declared... checking whether asprintf is declared... yes | |
checking whether environ is declared... yes | |
none required | |
checking for a known getopt prototype in unistd.h... checking whether strtoll is declared... yes | |
checking for struct tm.tm_gmtoff in time.h... yes | |
checking whether fprintf is declared... yes | |
checking whether asprintf is declared... yes | |
checking for struct stat.st_mtim.tv_sec in sys/stat.h... yes | |
checking whether strtoull is declared... yes | |
yes | |
checking whether getc_unlocked is declared... checking whether environ is declared... yes | |
checking for struct stat.st_mtim.tv_nsec in sys/stat.h... yes | |
yes | |
yes | |
checking whether strverscmp is declared... yes | |
checking whether getenv is declared... checking whether free is declared... configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
yes | |
checking whether strnlen is declared... yes | |
yes | |
checking whether sbrk is declared... checking whether getenv is declared... yes | |
checking whether canonicalize_file_name must be declared... yes | |
yes | |
checking whether sbrk is declared... checking whether snprintf is declared... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
yes | |
yes | |
checking for sys/param.h... (cached) yes | |
checking whether stpcpy is declared... checking for getpagesize... (cached) yes | |
checking whether strstr is declared... checking for working mmap... yes | |
checking whether strnlen is declared... yes | |
checking whether ANSI C string concatenation works... yes | |
checking size of void *... yes | |
checking whether strstr is declared... yes | |
checking for working strncmp... yes | |
checking whether vsnprintf is declared... 8 | |
yes | |
yes | |
configure: updating cache ./config.cache | |
checking iconv.h usability... configure: creating ./config.status | |
yes | |
checking iconv.h presence... configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
yes | |
checking for iconv.h... yes | |
checking for ld used by GCC... ld -m elf_x86_64 | |
checking if the linker (ld -m elf_x86_64) is GNU ld... yes | |
checking for shared library run path origin... done | |
checking for iconv... config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
yes | |
checking for iconv declaration... config.status: creating config.h | |
config.status: executing default commands | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
config.status: creating .gdbinit | |
mkdir -p -- ./bfd | |
mkdir -p -- ./opcodes | |
Configuring in ./bfd | |
Configuring in ./opcodes | |
config.status: creating Makefile | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty' | |
if [ x"" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
touch stamp-picdir | |
touch stamp-noasandir | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
config.status: creating doc/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/regex.c -o noasan/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/regex.c -o regex.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cplus-dem.c -o cplus-dem.o | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty/testsuite' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty/testsuite' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
configure: updating cache ./config.cache | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cp-demangle.c -o cp-demangle.o | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating po/Makefile.in | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/md5.c -o md5.o | |
configure: creating cache ./config.cache | |
checking build system type... configure: creating cache ./config.cache | |
x86_64-pc-linux-gnu | |
checking host system type... checking build system type... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking host system type... riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
x86_64-pc-linux-gnu | |
checking target system type... riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
checking whether the C compiler works... checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... | |
checking whether we are cross compiling... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/sha1.c -o sha1.o | |
no | |
checking for suffix of object files... no | |
o | |
checking whether we are using the GNU C compiler... checking for suffix of object files... yes | |
checking whether gcc accepts -g... o | |
checking whether we are using the GNU C compiler... config.status: executing libtool commands | |
yes | |
checking for gcc option to accept ISO C89... yes | |
checking whether gcc accepts -g... config.status: executing default-1 commands | |
yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
config.status: executing default commands | |
none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for library containing strerror... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/alloca.c -o alloca.o | |
yes | |
checking for library containing strerror... none required | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/argv.c -o noasan/argv.o; \ | |
else true; fi | |
checking for a thread-safe mkdir -p... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/argv.c -o argv.o | |
/usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
none required | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... checking for style of include used by make... yes | |
GNU | |
checking whether make supports nested variables... checking for a thread-safe mkdir -p... yes | |
/usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... checking dependency style of gcc... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/bsearch_r.c -o pic/bsearch_r.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/bsearch_r.c -o bsearch_r.o | |
gcc3 | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
config.status: creating Makefile | |
gcc3 | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
config.status: creating Makefile | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking how to run the C preprocessor... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/choose-temp.c -o noasan/choose-temp.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/choose-temp.c -o choose-temp.o | |
config.status: creating doc/Makefile | |
config.status: creating po/Makefile.in | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking how to run the C preprocessor... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/concat.c -o noasan/concat.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/concat.c -o concat.o | |
gcc -E | |
config.status: creating po/Makefile.in | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cp-demint.c -o noasan/cp-demint.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/cp-demint.c -o cp-demint.o | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
checking for grep that handles long lines and -e... config.status: creating config.h | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... gcc -E | |
config.status: executing depfiles commands | |
checking for grep that handles long lines and -e... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
/usr/bin/grep | |
checking for egrep... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/crc32.c -o noasan/crc32.o; \ | |
else true; fi | |
/usr/bin/grep -E | |
checking for ANSI C header files... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/crc32.c -o crc32.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/d-demangle.c -o pic/d-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/d-demangle.c -o noasan/d-demangle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/d-demangle.c -o d-demangle.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/dwarfnames.c -o dwarfnames.o | |
yes | |
checking for sys/types.h... yes | |
yes | |
checking for sys/types.h... checking for sys/stat.h... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/dyn-string.c -o dyn-string.o | |
checking for sys/stat.h... checking for stdlib.h... config.status: executing libtool commands | |
yes | |
yes | |
checking for stdlib.h... config.status: executing default-1 commands | |
checking for string.h... config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
yes | |
checking for string.h... /home/dan/src/buildtools/binutils/libiberty/dyn-string.c: In function 'dyn_string_insert_cstr': | |
/home/dan/src/buildtools/binutils/libiberty/dyn-string.c:280:3: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] | |
280 | strncpy (dest->s + pos, src, length); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/dyn-string.c:272:16: note: length computed here | |
272 | int length = strlen (src); | |
| ^~~~~~~~~~~~ | |
yes | |
checking for memory.h... yes | |
yes | |
checking for memory.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fdmatch.c -o fdmatch.o | |
checking for strings.h... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fibheap.c -o fibheap.o | |
yes | |
yes | |
checking for strings.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/filedescriptor.c -o pic/filedescriptor.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/filedescriptor.c -o filedescriptor.o | |
checking for inttypes.h... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/filename_cmp.c -o filename_cmp.o | |
checking for inttypes.h... checking for stdint.h... yes | |
yes | |
checking for stdint.h... checking for unistd.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/floatformat.c -o floatformat.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
yes | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fnmatch.c -o fnmatch.o | |
checking for unistd.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
checking minix/config.h usability... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getopt.c -o getopt.o | |
checking minix/config.h usability... no | |
checking minix/config.h presence... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getopt1.c -o getopt1.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getpwd.c -o getpwd.o | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... no | |
checking minix/config.h presence... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/getruntime.c -o getruntime.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/hashtab.c -o hashtab.o | |
yes | |
checking how to print strings... In file included from /home/dan/src/buildtools/binutils/libiberty/regex.c:639: | |
/home/dan/src/buildtools/binutils/libiberty/regex.c: In function 'byte_regex_compile': | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2468:15: note: in expansion of macro 'BUF_PUSH' | |
2468 | BUF_PUSH (begline); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2468:15: note: in expansion of macro 'BUF_PUSH' | |
2468 | BUF_PUSH (begline); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2483:16: note: in expansion of macro 'BUF_PUSH' | |
2483 | BUF_PUSH (endline); | |
| ^~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/hex.c -o hex.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2483:16: note: in expansion of macro 'BUF_PUSH' | |
2483 | BUF_PUSH (endline); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2577:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2577 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/lbasename.c -o lbasename.o | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2577:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2577 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2605:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2605 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2605:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2605 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2619:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2619 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2619:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2619 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2630:11: note: in expansion of macro 'BUF_PUSH' | |
2630 | BUF_PUSH (anychar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2630:11: note: in expansion of macro 'BUF_PUSH' | |
2630 | BUF_PUSH (anychar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3109:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3109 | GET_BUFFER_SPACE (34); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3109:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3109 | GET_BUFFER_SPACE (34); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3115:13: note: in expansion of macro 'BUF_PUSH' | |
3115 | BUF_PUSH (*p == '^' ? charset_not : charset); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3115:13: note: in expansion of macro 'BUF_PUSH' | |
3115 | BUF_PUSH (*p == '^' ? charset_not : charset); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3123:13: note: in expansion of macro 'BUF_PUSH' | |
3123 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3123:13: note: in expansion of macro 'BUF_PUSH' | |
3123 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3689:19: note: in expansion of macro 'BUF_PUSH_3' | |
3689 | BUF_PUSH_3 (start_memory, regnum, 0); | |
| ^~~~~~~~~~ | |
printf | |
checking for a sed that does not truncate output... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/lrealpath.c -o lrealpath.o | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3689:19: note: in expansion of macro 'BUF_PUSH_3' | |
3689 | BUF_PUSH_3 (start_memory, regnum, 0); | |
| ^~~~~~~~~~ | |
/usr/bin/sed | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3721:19: note: in expansion of macro 'BUF_PUSH' | |
3721 | BUF_PUSH (push_dummy_failure); | |
| ^~~~~~~~ | |
checking for fgrep... /home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3721:19: note: in expansion of macro 'BUF_PUSH' | |
3721 | BUF_PUSH (push_dummy_failure); | |
| ^~~~~~~~ | |
/usr/bin/grep -F | |
checking for ld used by gcc... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3767:21: note: in expansion of macro 'BUF_PUSH_3' | |
3767 | BUF_PUSH_3 (stop_memory, this_group_regnum, | |
| ^~~~~~~~~~ | |
ld | |
checking if the linker (ld) is GNU ld... /home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3767:21: note: in expansion of macro 'BUF_PUSH_3' | |
3767 | BUF_PUSH_3 (stop_memory, this_group_regnum, | |
| ^~~~~~~~~~ | |
yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3783:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3783 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3783:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3783 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
yes | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3812:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3812 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
checking how to print strings... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3812:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3812 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3891:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3891 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3891:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3891 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3912:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3912 | GET_BUFFER_SPACE (nbytes); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:3912:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3912 | GET_BUFFER_SPACE (nbytes); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4010:15: note: in expansion of macro 'BUF_PUSH' | |
4010 | BUF_PUSH (wordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4010:15: note: in expansion of macro 'BUF_PUSH' | |
4010 | BUF_PUSH (wordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4018:15: note: in expansion of macro 'BUF_PUSH' | |
4018 | BUF_PUSH (notwordchar); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4018:15: note: in expansion of macro 'BUF_PUSH' | |
4018 | BUF_PUSH (notwordchar); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/make-temp-file.c -o make-temp-file.o | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4025:15: note: in expansion of macro 'BUF_PUSH' | |
4025 | BUF_PUSH (wordbeg); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4025:15: note: in expansion of macro 'BUF_PUSH' | |
4025 | BUF_PUSH (wordbeg); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4031:15: note: in expansion of macro 'BUF_PUSH' | |
4031 | BUF_PUSH (wordend); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4031:15: note: in expansion of macro 'BUF_PUSH' | |
4031 | BUF_PUSH (wordend); | |
| ^~~~~~~~ | |
printf | |
checking for a sed that does not truncate output... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4037:15: note: in expansion of macro 'BUF_PUSH' | |
4037 | BUF_PUSH (wordbound); | |
| ^~~~~~~~ | |
/usr/bin/sed | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4037:15: note: in expansion of macro 'BUF_PUSH' | |
4037 | BUF_PUSH (wordbound); | |
| ^~~~~~~~ | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... checking for fgrep... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4043:15: note: in expansion of macro 'BUF_PUSH' | |
4043 | BUF_PUSH (notwordbound); | |
| ^~~~~~~~ | |
/usr/bin/grep -F | |
checking for ld used by gcc... /home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4043:15: note: in expansion of macro 'BUF_PUSH' | |
4043 | BUF_PUSH (notwordbound); | |
| ^~~~~~~~ | |
ld | |
checking if the linker (ld) is GNU ld... 1572864 | |
checking whether the shell understands some XSI constructs... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4049:15: note: in expansion of macro 'BUF_PUSH' | |
4049 | BUF_PUSH (begbuf); | |
| ^~~~~~~~ | |
yes | |
checking whether the shell understands "+="... yes | |
checking for BSD- or MS-compatible name lister (nm)... yes | |
nm | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4049:15: note: in expansion of macro 'BUF_PUSH' | |
4049 | BUF_PUSH (begbuf); | |
| ^~~~~~~~ | |
checking the name lister (nm) interface... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4055:15: note: in expansion of macro 'BUF_PUSH' | |
4055 | BUF_PUSH (endbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4055:15: note: in expansion of macro 'BUF_PUSH' | |
4055 | BUF_PUSH (endbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4073:15: note: in expansion of macro 'BUF_PUSH_2' | |
4073 | BUF_PUSH_2 (duplicate, c1); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4073:15: note: in expansion of macro 'BUF_PUSH_2' | |
4073 | BUF_PUSH_2 (duplicate, c1); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4134:15: note: in expansion of macro 'BUF_PUSH_2' | |
4134 | BUF_PUSH_2 (exactn, 0); | |
| ^~~~~~~~~~ | |
checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... (cached) ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4134:15: note: in expansion of macro 'BUF_PUSH_2' | |
4134 | BUF_PUSH_2 (exactn, 0); | |
| ^~~~~~~~~~ | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib | |
checking command to parse nm output from gcc object... /home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4139:11: note: in expansion of macro 'BUF_PUSH' | |
4139 | BUF_PUSH (c); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4139:11: note: in expansion of macro 'BUF_PUSH' | |
4139 | BUF_PUSH (c); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4157:5: note: in expansion of macro 'BUF_PUSH' | |
4157 | BUF_PUSH (succeed); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/binutils/libiberty/regex.c:4157:5: note: in expansion of macro 'BUF_PUSH' | |
4157 | BUF_PUSH (succeed); | |
| ^~~~~~~~ | |
BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... (cached) ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/objalloc.c -o objalloc.o | |
strip | |
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib | |
checking command to parse nm output from gcc object... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/obstack.c -o obstack.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/partition.c -o partition.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pexecute.c -o pexecute.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/physmem.c -o physmem.o | |
ok | |
checking for dlfcn.h... ok | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-common.c -o pex-common.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-one.c -o pex-one.o | |
checking for dlfcn.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/pex-unix.c -o pex-unix.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/vprintf-support.c -o vprintf-support.o | |
yes | |
checking for objdir... .libs | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/rust-demangle.c -o pic/rust-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ | |
else true; fi | |
yes | |
checking for objdir... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/rust-demangle.c -o rust-demangle.o | |
.libs | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/safe-ctype.c -o safe-ctype.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
checking if gcc supports -fno-rtti -fno-exceptions... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object.c -o simple-object.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
else true; fi | |
checking if gcc supports -fno-rtti -fno-exceptions... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-coff.c -o simple-object-coff.o | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-elf.c -o simple-object-elf.o | |
yes | |
checking if gcc static flag -static works... yes | |
checking if gcc static flag -static works... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
yes | |
checking if gcc supports -c -o file.o... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
yes | |
checking if gcc supports -c -o file.o... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking dynamic linker characteristics... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/sort.c -o sort.o | |
yes | |
checking dynamic linker characteristics... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/spaces.c -o spaces.o | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking for shl_load... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/splay-tree.c -o splay-tree.o | |
no | |
checking for shl_load in -ldld... Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether to install libbfd... no | |
checking whether NLS is requested... no | |
checking whether NLS is requested... no | |
checking for msgfmt... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
/usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/stack-limit.c -o stack-limit.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
checking for xgettext... /usr/bin/xgettext | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/strerror.c -o strerror.o | |
no | |
checking for dlopen... checking for msgmerge... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
/usr/bin/msgmerge | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/strsignal.c -o strsignal.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/timeval-utils.c -o timeval-utils.o | |
yes | |
checking whether a program can dlopen itself... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xasprintf.c -o pic/xasprintf.o; \ | |
else true; fi | |
checking for string.h... (cached) yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xasprintf.c -o noasan/xasprintf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xasprintf.c -o xasprintf.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
checking for strings.h... (cached) yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xatexit.c -o noasan/xatexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xatexit.c -o xatexit.o | |
checking for stdlib.h... (cached) yes | |
checking limits.h usability... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xexit.c -o noasan/xexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xexit.c -o xexit.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xmalloc.c -o noasan/xmalloc.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xmalloc.c -o xmalloc.o | |
yes | |
checking whether a statically linked program can dlopen itself... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xmemdup.c -o noasan/xmemdup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xmemdup.c -o xmemdup.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrdup.c -o noasan/xstrdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrerror.c -o noasan/xstrerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrdup.c -o xstrdup.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrerror.c -o xstrerror.o | |
yes | |
checking limits.h presence... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrndup.c -o noasan/xstrndup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xstrndup.c -o xstrndup.o | |
yes | |
checking for limits.h... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/xvasprintf.c -o xvasprintf.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/setproctitle.c -o noasan/setproctitle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/binutils/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/binutils/libiberty/setproctitle.c -o setproctitle.o | |
checking whether string.h and strings.h may both be included... config.status: executing libtool commands | |
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o | |
yes | |
checking whether basename is declared... config.status: executing default-1 commands | |
no | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for dlfcn.h... (cached) yes | |
config.status: executing default commands | |
checking for windows.h... ranlib ./libiberty.a | |
yes | |
checking whether stpcpy is declared... no | |
checking for library containing dlsym... if [ x"" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi; \ | |
if [ x"" != x ]; then \ | |
cd noasan; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty' | |
yes | |
checking for sigsetjmp... none required | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... | |
checking linker --as-needed support... yes | |
checking for cos in -lm... no | |
yes | |
Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether to install libbfd... no | |
checking whether NLS is requested... no | |
checking whether NLS is requested... no | |
checking for msgfmt... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
checking for xgettext... /usr/bin/xgettext | |
checking for msgmerge... configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
/usr/bin/msgmerge | |
checking for long double... yes | |
checking for long long... yes | |
checking size of long long... 8 | |
checking size of void *... 8 | |
checking size of long... 8 | |
checking size of int... 4 | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
checking fcntl.h usability... config.status: creating Makefile | |
yes | |
checking fcntl.h presence... config.status: creating po/Makefile.in | |
yes | |
checking for fcntl.h... yes | |
checking limits.h usability... config.status: creating config.h | |
config.status: executing depfiles commands | |
yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
config.status: executing libtool commands | |
checking for unistd.h... (cached) yes | |
checking wchar.h usability... config.status: executing default-1 commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes | |
checking for uintptr_t... yes | |
checking for int_least32_t... yes | |
checking for int_fast32_t... yes | |
checking for uint64_t... yes | |
checking what to include in bfd_stdint.h... stdint.h (already complete) | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether string.h and strings.h may both be included... yes | |
checking for fcntl... yes | |
checking for getpagesize... yes | |
checking for setitimer... yes | |
checking for sysconf... yes | |
checking for fdopen... yes | |
checking for getuid... yes | |
checking for getgid... yes | |
checking for fileno... yes | |
checking for fls... no | |
checking for strtoull... yes | |
checking for getrlimit... yes | |
checking whether basename is declared... yes | |
checking whether ftello is declared... yes | |
checking whether ftello64 is declared... yes | |
checking whether fseeko is declared... yes | |
checking whether fseeko64 is declared... yes | |
checking whether ffs is declared... yes | |
checking whether free is declared... yes | |
checking whether getenv is declared... yes | |
checking whether malloc is declared... yes | |
checking whether realloc is declared... yes | |
checking whether stpcpy is declared... yes | |
checking whether strstr is declared... yes | |
checking whether asprintf is declared... yes | |
checking whether vasprintf is declared... yes | |
checking whether snprintf is declared... yes | |
checking whether vsnprintf is declared... yes | |
checking whether strnlen is declared... yes | |
checking compiler support for hidden visibility... yes | |
checking linker --as-needed support... yes | |
checking for cos in -lm... yes | |
checking for gcc version with buggy 64-bit support... no | |
checking for ftello... yes | |
checking for ftello64... yes | |
checking for fseeko... yes | |
checking for fseeko64... yes | |
checking for fopen64... yes | |
checking size of off_t... 8 | |
checking file_ptr type... BFD_HOST_64_BIT | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for madvise... yes | |
checking for mprotect... yes | |
configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating bfd-in3.h | |
config.status: creating po/Makefile.in | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: executing bfd_stdint.h commands | |
config.status: executing default commands | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
/usr/bin/sed -e s/NN/32/g < /home/dan/src/buildtools/binutils/bfd/elfxx-target.h > elf32-target.h | |
/usr/bin/sed -e s/NN/64/g < /home/dan/src/buildtools/binutils/bfd/elfxx-target.h > elf64-target.h | |
creating bfdver.h | |
rm -f targmatch.h | |
/usr/bin/sed -f /home/dan/src/buildtools/binutils/bfd/targmatch.sed < /home/dan/src/buildtools/binutils/bfd/config.bfd > targmatch.new | |
Making info in doc | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/doc' | |
gcc -o chw$$ -O2 -pipe \ | |
-I.. -I/home/dan/src/buildtools/binutils/bfd/doc/.. -I/home/dan/src/buildtools/binutils/bfd/doc/../../include -I/home/dan/src/buildtools/binutils/bfd/doc/../../intl -I../../intl /home/dan/src/buildtools/binutils/bfd/doc/chew.c; \ | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change \ | |
chw$$ chew; \ | |
touch chew.stamp | |
mv -f targmatch.new targmatch.h | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../aoutx.h >aoutx.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../archive.c >archive.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../archures.c >archures.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../bfd.c >bfd.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../cache.c >cache.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../coffcode.h >coffcode.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../corefile.c >core.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../elf.c >elf.tmp | |
test -e aoutx.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/aoutx.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/aoutx.texi . | |
test -e archive.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/archive.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/archive.texi . | |
test -e cache.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/cache.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/cache.texi . | |
test -e archures.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/archures.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/archures.texi . | |
test -e bfdt.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/bfdt.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/bfdt.texi . | |
test -e core.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/core.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/core.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change aoutx.tmp aoutx.texi | |
test -e coffcode.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/coffcode.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/coffcode.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change archive.tmp archive.texi | |
test -e elf.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/elf.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/elf.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change cache.tmp cache.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change archures.tmp archures.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change bfd.tmp bfdt.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change core.tmp core.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change coffcode.tmp coffcode.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change elf.tmp elf.texi | |
touch archive.stamp | |
touch cache.stamp | |
touch core.stamp | |
touch archures.stamp | |
touch bfdt.stamp | |
touch coffcode.stamp | |
touch elf.stamp | |
touch aoutx.stamp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../elfcode.h >elfcode.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../format.c >format.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../libbfd.c >libbfd.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../bfdwin.c >bfdwin.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../bfdio.c >bfdio.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../opncls.c >opncls.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../reloc.c >reloc.tmp | |
test -e elfcode.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/elfcode.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/elfcode.texi . | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../section.c >section.tmp | |
test -e format.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/format.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/format.texi . | |
test -e bfdwin.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/bfdwin.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/bfdwin.texi . | |
test -e libbfd.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/libbfd.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/libbfd.texi . | |
test -e bfdio.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/bfdio.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/bfdio.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change elfcode.tmp elfcode.texi | |
test -e opncls.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/opncls.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/opncls.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change format.tmp format.texi | |
test -e section.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/section.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/section.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change bfdwin.tmp bfdwin.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change libbfd.tmp libbfd.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change bfdio.tmp bfdio.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change opncls.tmp opncls.texi | |
test -e reloc.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/reloc.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/reloc.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change section.tmp section.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change reloc.tmp reloc.texi | |
touch elfcode.stamp | |
touch format.stamp | |
touch bfdwin.stamp | |
touch libbfd.stamp | |
touch bfdio.stamp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../syms.c >syms.tmp | |
touch opncls.stamp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../targets.c >targets.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../init.c >init.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../hash.c >hash.tmp | |
touch section.stamp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../linker.c >linker.tmp | |
./chew -f /home/dan/src/buildtools/binutils/bfd/doc/doc.str < /home/dan/src/buildtools/binutils/bfd/doc/../mmo.c >mmo.tmp | |
test -e syms.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/syms.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/syms.texi . | |
touch reloc.stamp | |
test -e init.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/init.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/init.texi . | |
test -e targets.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/targets.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/targets.texi . | |
test -e hash.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/hash.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/hash.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change syms.tmp syms.texi | |
test -e linker.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/linker.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/linker.texi . | |
test -e mmo.texi || test ! -f /home/dan/src/buildtools/binutils/bfd/doc/mmo.texi || cp -p /home/dan/src/buildtools/binutils/bfd/doc/mmo.texi . | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change init.tmp init.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change targets.tmp targets.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change hash.tmp hash.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change linker.tmp linker.texi | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/doc/../../move-if-change mmo.tmp mmo.texi | |
touch syms.stamp | |
touch init.stamp | |
touch hash.stamp | |
touch targets.stamp | |
touch linker.stamp | |
touch mmo.stamp | |
restore=: && backupdir=".am$$" && \ | |
rm -rf $backupdir && mkdir $backupdir && \ | |
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ | |
for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \ | |
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ | |
done; \ | |
else :; fi && \ | |
if makeinfo --split-size=5000000 --split-size=5000000 -I /home/dan/src/buildtools/binutils/bfd/doc \ | |
-o bfd.info `test -f 'bfd.texi' || echo '/home/dan/src/buildtools/binutils/bfd/doc/'`bfd.texi; \ | |
then \ | |
rc=0; \ | |
else \ | |
rc=$?; \ | |
$restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \ | |
fi; \ | |
rm -rf $backupdir; exit $rc | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/doc' | |
Making info in po | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/po' | |
( if test 'x/home/dan/src/buildtools/binutils/bfd/po' != 'x.'; then \ | |
posrcprefix='/home/dan/src/buildtools/binutils/bfd/'; \ | |
else \ | |
posrcprefix="../"; \ | |
fi; \ | |
rm -f SRC-POTFILES-t SRC-POTFILES \ | |
&& (sed -e '/^#/d' \ | |
-e '/^[ ]*$/d' \ | |
-e "s@.*@ $posrcprefix& \\\\@" < /home/dan/src/buildtools/binutils/bfd/po/SRC-POTFILES.in \ | |
| sed -e '$s/\\$//') > SRC-POTFILES-t \ | |
&& chmod a-w SRC-POTFILES-t \ | |
&& mv SRC-POTFILES-t SRC-POTFILES ) | |
( rm -f BLD-POTFILES-t BLD-POTFILES \ | |
&& (sed -e '/^#/d' \ | |
-e '/^[ ]*$/d' \ | |
-e "s@.*@ ../& \\\\@" < /home/dan/src/buildtools/binutils/bfd/po/BLD-POTFILES.in \ | |
| sed -e '$s/\\$//') > BLD-POTFILES-t \ | |
&& chmod a-w BLD-POTFILES-t \ | |
&& mv BLD-POTFILES-t BLD-POTFILES ) | |
cd .. \ | |
&& CONFIG_FILES=po/Makefile.in:po/Make-in \ | |
CONFIG_HEADERS= /bin/bash ./config.status | |
config.status: creating po/Makefile.in | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: executing bfd_stdint.h commands | |
config.status: executing default commands | |
make[3]: Nothing to be done for 'info'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/po' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[3]: Nothing to be done for 'info-am'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make all-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
Making all in doc | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/doc' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/doc' | |
Making all in po | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/po' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/po' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
rm -f bfd-tmp.h | |
echo "#line 1 \"elfnn-riscv.c\"" > elf64-riscv.c | |
cp bfd-in3.h bfd-tmp.h | |
echo "#line 1 \"elfnn-riscv.c\"" > elf32-riscv.c | |
/usr/bin/sed -e s/NN/64/g < /home/dan/src/buildtools/binutils/bfd/elfnn-riscv.c >> elf64-riscv.c | |
rm -f tofiles | |
/usr/bin/sed -e s/NN/32/g < /home/dan/src/buildtools/binutils/bfd/elfnn-riscv.c >> elf32-riscv.c | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/../move-if-change bfd-tmp.h bfd.h | |
f=""; \ | |
for i in elf64-riscv.lo elf64.lo elfxx-riscv.lo elf-ifunc.lo elf32.lo elf.lo elflink.lo elf-attrs.lo elf-strtab.lo elf-eh-frame.lo dwarf1.lo dwarf2.lo elf32-riscv.lo elf64-gen.lo elf32-gen.lo plugin.lo cpu-riscv.lo archive64.lo ; do \ | |
case " $f " in \ | |
*" $i "*) ;; \ | |
*) f="$f $i" ;; \ | |
esac ; \ | |
done ; \ | |
echo $f > tofiles | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/../move-if-change tofiles ofiles | |
rm -f bfd-tmp.h | |
touch stmp-bfd-h | |
touch stamp-ofiles | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c -o archive.lo /home/dan/src/buildtools/binutils/bfd/archive.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -o archures.lo -DDEFAULT_VECTOR=riscv_elf64_vec -DSELECT_VECS='&riscv_elf64_vec,&riscv_elf32_vec,&riscv_elf32_be_vec,&riscv_elf64_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_riscv_arch' /home/dan/src/buildtools/binutils/bfd/archures.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c -o bfd.lo /home/dan/src/buildtools/binutils/bfd/bfd.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c -o bfdio.lo /home/dan/src/buildtools/binutils/bfd/bfdio.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c -o bfdwin.lo /home/dan/src/buildtools/binutils/bfd/bfdwin.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c -o cache.lo /home/dan/src/buildtools/binutils/bfd/cache.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c -o coff-bfd.lo /home/dan/src/buildtools/binutils/bfd/coff-bfd.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c -o compress.lo /home/dan/src/buildtools/binutils/bfd/compress.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT bfd.lo -MD -MP -MF .deps/bfd.Tpo -c /home/dan/src/buildtools/binutils/bfd/bfd.c -o bfd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT archive.lo -MD -MP -MF .deps/archive.Tpo -c /home/dan/src/buildtools/binutils/bfd/archive.c -o archive.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT bfdio.lo -MD -MP -MF .deps/bfdio.Tpo -c /home/dan/src/buildtools/binutils/bfd/bfdio.c -o bfdio.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT archures.lo -MD -MP -MF .deps/archures.Tpo -c -DDEFAULT_VECTOR=riscv_elf64_vec "-DSELECT_VECS=&riscv_elf64_vec,&riscv_elf32_vec,&riscv_elf32_be_vec,&riscv_elf64_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_riscv_arch" /home/dan/src/buildtools/binutils/bfd/archures.c -o archures.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT bfdwin.lo -MD -MP -MF .deps/bfdwin.Tpo -c /home/dan/src/buildtools/binutils/bfd/bfdwin.c -o bfdwin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c /home/dan/src/buildtools/binutils/bfd/cache.c -o cache.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT coff-bfd.lo -MD -MP -MF .deps/coff-bfd.Tpo -c /home/dan/src/buildtools/binutils/bfd/coff-bfd.c -o coff-bfd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT compress.lo -MD -MP -MF .deps/compress.Tpo -c /home/dan/src/buildtools/binutils/bfd/compress.c -o compress.o | |
mv -f .deps/coff-bfd.Tpo .deps/coff-bfd.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c -o corefile.lo /home/dan/src/buildtools/binutils/bfd/corefile.c | |
mv -f .deps/bfdwin.Tpo .deps/bfdwin.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c -o elf-properties.lo /home/dan/src/buildtools/binutils/bfd/elf-properties.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT corefile.lo -MD -MP -MF .deps/corefile.Tpo -c /home/dan/src/buildtools/binutils/bfd/corefile.c -o corefile.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-properties.lo -MD -MP -MF .deps/elf-properties.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf-properties.c -o elf-properties.o | |
mv -f .deps/archures.Tpo .deps/archures.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo /home/dan/src/buildtools/binutils/bfd/format.c | |
mv -f .deps/cache.Tpo .deps/cache.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c -o hash.lo /home/dan/src/buildtools/binutils/bfd/hash.c | |
mv -f .deps/compress.Tpo .deps/compress.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT format.lo -MD -MP -MF .deps/format.Tpo -c /home/dan/src/buildtools/binutils/bfd/format.c -o format.o | |
mv -f .deps/corefile.Tpo .deps/corefile.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c -o init.lo /home/dan/src/buildtools/binutils/bfd/init.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c -o libbfd.lo /home/dan/src/buildtools/binutils/bfd/libbfd.c | |
mv -f .deps/bfdio.Tpo .deps/bfdio.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c -o linker.lo /home/dan/src/buildtools/binutils/bfd/linker.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c /home/dan/src/buildtools/binutils/bfd/hash.c -o hash.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT init.lo -MD -MP -MF .deps/init.Tpo -c /home/dan/src/buildtools/binutils/bfd/init.c -o init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT libbfd.lo -MD -MP -MF .deps/libbfd.Tpo -c /home/dan/src/buildtools/binutils/bfd/libbfd.c -o libbfd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT linker.lo -MD -MP -MF .deps/linker.Tpo -c /home/dan/src/buildtools/binutils/bfd/linker.c -o linker.o | |
mv -f .deps/init.Tpo .deps/init.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c -o merge.lo /home/dan/src/buildtools/binutils/bfd/merge.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT merge.lo -MD -MP -MF .deps/merge.Tpo -c /home/dan/src/buildtools/binutils/bfd/merge.c -o merge.o | |
mv -f .deps/format.Tpo .deps/format.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c -o opncls.lo /home/dan/src/buildtools/binutils/bfd/opncls.c | |
mv -f .deps/elf-properties.Tpo .deps/elf-properties.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c -o reloc.lo /home/dan/src/buildtools/binutils/bfd/reloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT opncls.lo -MD -MP -MF .deps/opncls.Tpo -c /home/dan/src/buildtools/binutils/bfd/opncls.c -o opncls.o | |
mv -f .deps/bfd.Tpo .deps/bfd.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT reloc.lo -MD -MP -MF .deps/reloc.Tpo -c /home/dan/src/buildtools/binutils/bfd/reloc.c -o reloc.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c -o section.lo /home/dan/src/buildtools/binutils/bfd/section.c | |
mv -f .deps/hash.Tpo .deps/hash.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c -o simple.lo /home/dan/src/buildtools/binutils/bfd/simple.c | |
mv -f .deps/libbfd.Tpo .deps/libbfd.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c -o stab-syms.lo /home/dan/src/buildtools/binutils/bfd/stab-syms.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT section.lo -MD -MP -MF .deps/section.Tpo -c /home/dan/src/buildtools/binutils/bfd/section.c -o section.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT stab-syms.lo -MD -MP -MF .deps/stab-syms.Tpo -c /home/dan/src/buildtools/binutils/bfd/stab-syms.c -o stab-syms.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT simple.lo -MD -MP -MF .deps/simple.Tpo -c /home/dan/src/buildtools/binutils/bfd/simple.c -o simple.o | |
mv -f .deps/simple.Tpo .deps/simple.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c -o stabs.lo /home/dan/src/buildtools/binutils/bfd/stabs.c | |
mv -f .deps/stab-syms.Tpo .deps/stab-syms.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c -o syms.lo /home/dan/src/buildtools/binutils/bfd/syms.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT stabs.lo -MD -MP -MF .deps/stabs.Tpo -c /home/dan/src/buildtools/binutils/bfd/stabs.c -o stabs.o | |
mv -f .deps/merge.Tpo .deps/merge.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -o targets.lo -DDEFAULT_VECTOR=riscv_elf64_vec -DSELECT_VECS='&riscv_elf64_vec,&riscv_elf32_vec,&riscv_elf32_be_vec,&riscv_elf64_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec' -DSELECT_ARCHITECTURES='&bfd_riscv_arch' /home/dan/src/buildtools/binutils/bfd/targets.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT syms.lo -MD -MP -MF .deps/syms.Tpo -c /home/dan/src/buildtools/binutils/bfd/syms.c -o syms.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT targets.lo -MD -MP -MF .deps/targets.Tpo -c -DDEFAULT_VECTOR=riscv_elf64_vec "-DSELECT_VECS=&riscv_elf64_vec,&riscv_elf32_vec,&riscv_elf32_be_vec,&riscv_elf64_be_vec,&elf64_le_vec,&elf64_be_vec,&elf32_le_vec,&elf32_be_vec" "-DSELECT_ARCHITECTURES=&bfd_riscv_arch" /home/dan/src/buildtools/binutils/bfd/targets.c -o targets.o | |
mv -f .deps/section.Tpo .deps/section.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c -o binary.lo /home/dan/src/buildtools/binutils/bfd/binary.c | |
mv -f .deps/archive.Tpo .deps/archive.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c -o ihex.lo /home/dan/src/buildtools/binutils/bfd/ihex.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT binary.lo -MD -MP -MF .deps/binary.Tpo -c /home/dan/src/buildtools/binutils/bfd/binary.c -o binary.o | |
mv -f .deps/reloc.Tpo .deps/reloc.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c -o srec.lo /home/dan/src/buildtools/binutils/bfd/srec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT ihex.lo -MD -MP -MF .deps/ihex.Tpo -c /home/dan/src/buildtools/binutils/bfd/ihex.c -o ihex.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT srec.lo -MD -MP -MF .deps/srec.Tpo -c /home/dan/src/buildtools/binutils/bfd/srec.c -o srec.o | |
mv -f .deps/targets.Tpo .deps/targets.Plo | |
mv -f .deps/opncls.Tpo .deps/opncls.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c -o tekhex.lo /home/dan/src/buildtools/binutils/bfd/tekhex.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c -o verilog.lo /home/dan/src/buildtools/binutils/bfd/verilog.c | |
mv -f .deps/binary.Tpo .deps/binary.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c -o elf64-riscv.lo elf64-riscv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf64-riscv.lo -MD -MP -MF .deps/elf64-riscv.Tpo -c elf64-riscv.c -o elf64-riscv.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT verilog.lo -MD -MP -MF .deps/verilog.Tpo -c /home/dan/src/buildtools/binutils/bfd/verilog.c -o verilog.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT tekhex.lo -MD -MP -MF .deps/tekhex.Tpo -c /home/dan/src/buildtools/binutils/bfd/tekhex.c -o tekhex.o | |
mv -f .deps/stabs.Tpo .deps/stabs.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo /home/dan/src/buildtools/binutils/bfd/elf64.c | |
mv -f .deps/syms.Tpo .deps/syms.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c -o elfxx-riscv.lo /home/dan/src/buildtools/binutils/bfd/elfxx-riscv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf64.c -o elf64.o | |
mv -f .deps/linker.Tpo .deps/linker.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c -o elf-ifunc.lo /home/dan/src/buildtools/binutils/bfd/elf-ifunc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-ifunc.lo -MD -MP -MF .deps/elf-ifunc.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf-ifunc.c -o elf-ifunc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elfxx-riscv.lo -MD -MP -MF .deps/elfxx-riscv.Tpo -c /home/dan/src/buildtools/binutils/bfd/elfxx-riscv.c -o elfxx-riscv.o | |
mv -f .deps/ihex.Tpo .deps/ihex.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c -o elf32.lo /home/dan/src/buildtools/binutils/bfd/elf32.c | |
mv -f .deps/verilog.Tpo .deps/verilog.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c -o elf.lo /home/dan/src/buildtools/binutils/bfd/elf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf32.lo -MD -MP -MF .deps/elf32.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf32.c -o elf32.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf.lo -MD -MP -MF .deps/elf.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf.c -o elf.o | |
mv -f .deps/elf-ifunc.Tpo .deps/elf-ifunc.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c -o elflink.lo /home/dan/src/buildtools/binutils/bfd/elflink.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elflink.lo -MD -MP -MF .deps/elflink.Tpo -c /home/dan/src/buildtools/binutils/bfd/elflink.c -o elflink.o | |
mv -f .deps/srec.Tpo .deps/srec.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c -o elf-attrs.lo /home/dan/src/buildtools/binutils/bfd/elf-attrs.c | |
mv -f .deps/tekhex.Tpo .deps/tekhex.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c -o elf-strtab.lo /home/dan/src/buildtools/binutils/bfd/elf-strtab.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-strtab.lo -MD -MP -MF .deps/elf-strtab.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf-strtab.c -o elf-strtab.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-attrs.lo -MD -MP -MF .deps/elf-attrs.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf-attrs.c -o elf-attrs.o | |
mv -f .deps/elfxx-riscv.Tpo .deps/elfxx-riscv.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c -o elf-eh-frame.lo /home/dan/src/buildtools/binutils/bfd/elf-eh-frame.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf-eh-frame.lo -MD -MP -MF .deps/elf-eh-frame.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf-eh-frame.c -o elf-eh-frame.o | |
mv -f .deps/elf-strtab.Tpo .deps/elf-strtab.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c -o dwarf1.lo /home/dan/src/buildtools/binutils/bfd/dwarf1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT dwarf1.lo -MD -MP -MF .deps/dwarf1.Tpo -c /home/dan/src/buildtools/binutils/bfd/dwarf1.c -o dwarf1.o | |
mv -f .deps/elf64.Tpo .deps/elf64.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/debug\" /home/dan/src/buildtools/binutils/bfd/dwarf2.c | |
mv -f .deps/elf-attrs.Tpo .deps/elf-attrs.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c -o elf32-riscv.lo elf32-riscv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -DDEBUGDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/debug\" /home/dan/src/buildtools/binutils/bfd/dwarf2.c -o dwarf2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf32-riscv.lo -MD -MP -MF .deps/elf32-riscv.Tpo -c elf32-riscv.c -o elf32-riscv.o | |
mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo /home/dan/src/buildtools/binutils/bfd/elf64-gen.c | |
mv -f .deps/elf32.Tpo .deps/elf32.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo /home/dan/src/buildtools/binutils/bfd/elf32-gen.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf64-gen.c -o elf64-gen.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c /home/dan/src/buildtools/binutils/bfd/elf32-gen.c -o elf32-gen.o | |
mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo /home/dan/src/buildtools/binutils/bfd/plugin.c | |
mv -f .deps/elf32-gen.Tpo .deps/elf32-gen.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c -o cpu-riscv.lo /home/dan/src/buildtools/binutils/bfd/cpu-riscv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c /home/dan/src/buildtools/binutils/bfd/plugin.c -o plugin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT cpu-riscv.lo -MD -MP -MF .deps/cpu-riscv.Tpo -c /home/dan/src/buildtools/binutils/bfd/cpu-riscv.c -o cpu-riscv.o | |
mv -f .deps/cpu-riscv.Tpo .deps/cpu-riscv.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DLIBDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib"' -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo /home/dan/src/buildtools/binutils/bfd/archive64.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/bfd -DBINDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin\" -DLIBDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib\" -I. -I/home/dan/src/buildtools/binutils/bfd -I/home/dan/src/buildtools/binutils/bfd/../include -DHAVE_riscv_elf64_vec -DHAVE_riscv_elf32_vec -DHAVE_riscv_elf32_be_vec -DHAVE_riscv_elf64_be_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c /home/dan/src/buildtools/binutils/bfd/archive64.c -o archive64.o | |
mv -f .deps/plugin.Tpo .deps/plugin.Plo | |
mv -f .deps/archive64.Tpo .deps/archive64.Plo | |
mv -f .deps/elf64-riscv.Tpo .deps/elf64-riscv.Plo | |
mv -f .deps/elf-eh-frame.Tpo .deps/elf-eh-frame.Plo | |
mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo | |
mv -f .deps/elf32-riscv.Tpo .deps/elf32-riscv.Plo | |
mv -f .deps/elf.Tpo .deps/elf.Plo | |
mv -f .deps/elflink.Tpo .deps/elflink.Plo | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/bfd/../zlib -O2 -pipe -rpath /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/x86_64-pc-linux-gnu/riscv64-unknown-haiku/lib -release `cat libtool-soversion` -o libbfd.la archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo cache.lo coff-bfd.lo compress.lo corefile.lo elf-properties.lo format.lo hash.lo init.lo libbfd.lo linker.lo merge.lo opncls.lo reloc.lo section.lo simple.lo stab-syms.lo stabs.lo syms.lo targets.lo binary.lo ihex.lo srec.lo tekhex.lo verilog.lo `cat ofiles` -L./../zlib -lz | |
libtool: link: ar rc .libs/libbfd.a archive.o archures.o bfd.o bfdio.o bfdwin.o cache.o coff-bfd.o compress.o corefile.o elf-properties.o format.o hash.o init.o libbfd.o linker.o merge.o opncls.o reloc.o section.o simple.o stab-syms.o stabs.o syms.o targets.o binary.o ihex.o srec.o tekhex.o verilog.o elf64-riscv.o elf64.o elfxx-riscv.o elf-ifunc.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf32-riscv.o elf64-gen.o elf32-gen.o plugin.o cpu-riscv.o archive64.o | |
libtool: link: ranlib .libs/libbfd.a | |
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" ) | |
libtooldir=`/bin/bash ./libtool --config | /usr/bin/sed -n -e 's/^objdir=//p'`; \ | |
if [ -f $libtooldir/libbfd.a ]; then \ | |
cp $libtooldir/libbfd.a libbfd.tmp; \ | |
ranlib libbfd.tmp; \ | |
/bin/bash /home/dan/src/buildtools/binutils/bfd/../move-if-change libbfd.tmp libbfd.a; \ | |
else true; fi | |
touch stamp-lib | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
mkdir -p -- ./libctf | |
Configuring in ./libctf | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make all-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
Making all in . | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo /home/dan/src/buildtools/binutils/opcodes/dis-buf.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo -DARCH_riscv /home/dan/src/buildtools/binutils/opcodes/disassemble.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo /home/dan/src/buildtools/binutils/opcodes/dis-init.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT riscv-dis.lo -MD -MP -MF .deps/riscv-dis.Tpo -c -o riscv-dis.lo /home/dan/src/buildtools/binutils/opcodes/riscv-dis.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT riscv-opc.lo -MD -MP -MF .deps/riscv-opc.Tpo -c -o riscv-opc.lo /home/dan/src/buildtools/binutils/opcodes/riscv-opc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c /home/dan/src/buildtools/binutils/opcodes/dis-buf.c -o dis-buf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_riscv /home/dan/src/buildtools/binutils/opcodes/disassemble.c -o disassemble.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c /home/dan/src/buildtools/binutils/opcodes/dis-init.c -o dis-init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT riscv-dis.lo -MD -MP -MF .deps/riscv-dis.Tpo -c /home/dan/src/buildtools/binutils/opcodes/riscv-dis.c -o riscv-dis.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/opcodes -I. -I/home/dan/src/buildtools/binutils/opcodes -I../bfd -I/home/dan/src/buildtools/binutils/opcodes/../include -I/home/dan/src/buildtools/binutils/opcodes/../bfd -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT riscv-opc.lo -MD -MP -MF .deps/riscv-opc.Tpo -c /home/dan/src/buildtools/binutils/opcodes/riscv-opc.c -o riscv-opc.o | |
mv -f .deps/dis-init.Tpo .deps/dis-init.Plo | |
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo | |
configure: creating cache ./config.cache | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
checking whether the C compiler works... mv -f .deps/disassemble.Tpo .deps/disassemble.Plo | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... mv -f .deps/riscv-opc.Tpo .deps/riscv-opc.Plo | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking whether make supports nested variables... yes | |
checking dependency style of gcc... gcc3 | |
checking whether make sets $(MAKE)... (cached) yes | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking the archiver (ar) interface... ar | |
checking whether NLS is requested... no | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... (cached) ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib | |
checking command to parse nm output from gcc object... ok | |
checking for dlfcn.h... mv -f .deps/riscv-dis.Tpo .deps/riscv-dis.Plo | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -rpath /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/x86_64-pc-linux-gnu/riscv64-unknown-haiku/lib -release `cat ../bfd/libtool-soversion` -o libopcodes.la dis-buf.lo disassemble.lo dis-init.lo riscv-dis.lo riscv-opc.lo | |
yes | |
checking for objdir... .libs | |
libtool: link: ar rc .libs/libopcodes.a dis-buf.o disassemble.o dis-init.o riscv-dis.o riscv-opc.o | |
libtool: link: ranlib .libs/libopcodes.a | |
checking if gcc supports -fno-rtti -fno-exceptions... libtool: link: ( cd ".libs" && rm -f "libopcodes.la" && ln -s "../libopcodes.la" "libopcodes.la" ) | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... libtooldir=`/bin/bash ./libtool --config | sed -n -e 's/^objdir=//p'`; \ | |
if [ -f $libtooldir/libopcodes.a ]; then \ | |
cp $libtooldir/libopcodes.a libopcodes.tmp; \ | |
ranlib libopcodes.tmp; \ | |
/bin/bash /home/dan/src/buildtools/binutils/opcodes/../move-if-change libopcodes.tmp libopcodes.a; \ | |
else true; fi | |
yes | |
checking if gcc static flag -static works... touch stamp-lib | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
Making all in po | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes/po' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes/po' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make all-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
Making all in doc | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/doc' | |
restore=: && backupdir=".am$$" && \ | |
rm -rf $backupdir && mkdir $backupdir && \ | |
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ | |
for f in as.info as.info-[0-9] as.info-[0-9][0-9] as.i[0-9] as.i[0-9][0-9]; do \ | |
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ | |
done; \ | |
else :; fi && \ | |
if makeinfo --split-size=5000000 --split-size=5000000 -I "/home/dan/src/buildtools/binutils/gas/doc" -I "/home/dan/src/buildtools/binutils/gas/../libiberty" -I "/home/dan/src/buildtools/binutils/gas/../bfd/doc" -I ../../bfd/doc -I /home/dan/src/buildtools/binutils/gas/doc \ | |
-o as.info `test -f 'as.texi' || echo '/home/dan/src/buildtools/binutils/gas/doc/'`as.texi; \ | |
then \ | |
rc=0; \ | |
else \ | |
rc=$?; \ | |
$restore $backupdir/* `echo "./as.info" | sed 's|[^/]*$||'`; \ | |
fi; \ | |
rm -rf $backupdir; exit $rc | |
touch as.1 | |
yes | |
checking if gcc supports -c -o file.o... perl /home/dan/src/buildtools/binutils/gas/doc/../../etc/texi2pod.pl -I "/home/dan/src/buildtools/binutils/gas/doc" -I "/home/dan/src/buildtools/binutils/gas/../libiberty" -I "/home/dan/src/buildtools/binutils/gas/../bfd/doc" -I ../../bfd/doc -Dman < /home/dan/src/buildtools/binutils/gas/doc/as.texi > as.pod | |
yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... (pod2man --center="GNU Development Tools" --release="binutils-2.36.1" --section=1 as.pod | \ | |
sed -e '/^.if n .na/d' > as.1.T$$ && \ | |
mv -f as.1.T$$ as.1) || \ | |
(rm -f as.1.T$$ && exit 1) | |
yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for aclocal... ${SHELL} /home/dan/src/buildtools/binutils/missing aclocal-1.15 | |
checking for autoconf... ${SHELL} /home/dan/src/buildtools/binutils/missing autoconf | |
checking for autoheader... ${SHELL} /home/dan/src/buildtools/binutils/missing autoheader | |
checking whether gcc supports -W... yes | |
checking whether gcc supports -Wall... yes | |
checking whether gcc supports -Wnarrowing... yes | |
checking whether gcc supports -Wwrite-strings... yes | |
checking whether gcc supports -Wmissing-format-attribute... rm -f as.pod | |
yes | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking whether gcc supports -Wmissing-prototypes... yes | |
checking whether gcc supports -Wold-style-definition... yes | |
checking whether gcc supports -pedantic -Wlong-long... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking whether to install libbfd... no | |
checking whether gcc supports -Wall... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for getpagesize... as.texi:2064: warning: @refill is obsolete. | |
as.texi:2973: warning: @refill is obsolete. | |
as.texi:2993: warning: @refill is obsolete. | |
as.texi:3192: warning: @refill is obsolete. | |
yes | |
checking for working mmap... yes | |
checking for library containing dlopen... none required | |
checking for ELF support in BFD... yes | |
checking whether byte ordering is bigendian... no | |
checking byteswap.h usability... yes | |
checking byteswap.h presence... yes | |
checking for byteswap.h... yes | |
checking endian.h usability... yes | |
checking endian.h presence... yes | |
checking for endian.h... yes | |
checking for pread... yes | |
checking whether bswap_16 is declared... yes | |
checking whether bswap_32 is declared... yes | |
checking whether bswap_64 is declared... yes | |
checking whether asprintf is declared... yes | |
checking whether vasprintf is declared... yes | |
checking whether stpcpy is declared... yes | |
checking for qsort_r... yes | |
checking for qsort_r signature... GNU | |
checking for O_CLOEXEC... yes | |
configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/doc' | |
Making all in po | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/po' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/po' | |
config.status: creating config.h | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o /home/dan/src/buildtools/binutils/gas/app.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo as.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT as.o -MD -MP -MF $depbase.Tpo -c -o as.o /home/dan/src/buildtools/binutils/gas/as.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo atof-generic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT atof-generic.o -MD -MP -MF $depbase.Tpo -c -o atof-generic.o /home/dan/src/buildtools/binutils/gas/atof-generic.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo compress-debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT compress-debug.o -MD -MP -MF $depbase.Tpo -c -o compress-debug.o /home/dan/src/buildtools/binutils/gas/compress-debug.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo cond.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT cond.o -MD -MP -MF $depbase.Tpo -c -o cond.o /home/dan/src/buildtools/binutils/gas/cond.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo depend.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT depend.o -MD -MP -MF $depbase.Tpo -c -o depend.o /home/dan/src/buildtools/binutils/gas/depend.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo dwarf2dbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT dwarf2dbg.o -MD -MP -MF $depbase.Tpo -c -o dwarf2dbg.o /home/dan/src/buildtools/binutils/gas/dwarf2dbg.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
config.status: executing depfiles commands | |
depbase=`echo dw2gencfi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT dw2gencfi.o -MD -MP -MF $depbase.Tpo -c -o dw2gencfi.o /home/dan/src/buildtools/binutils/gas/dw2gencfi.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
config.status: executing libtool commands | |
depbase=`echo ecoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT ecoff.o -MD -MP -MF $depbase.Tpo -c -o ecoff.o /home/dan/src/buildtools/binutils/gas/ecoff.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo ehopt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT ehopt.o -MD -MP -MF $depbase.Tpo -c -o ehopt.o /home/dan/src/buildtools/binutils/gas/ehopt.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo expr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT expr.o -MD -MP -MF $depbase.Tpo -c -o expr.o /home/dan/src/buildtools/binutils/gas/expr.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
make all-am | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c -o libctf_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-archive.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-archive.lo -MD -MP -MF .deps/libctf_la-ctf-archive.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-archive.c -o libctf_la-ctf-archive.o | |
depbase=`echo flonum-copy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT flonum-copy.o -MD -MP -MF $depbase.Tpo -c -o flonum-copy.o /home/dan/src/buildtools/binutils/gas/flonum-copy.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo flonum-konst.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT flonum-konst.o -MD -MP -MF $depbase.Tpo -c -o flonum-konst.o /home/dan/src/buildtools/binutils/gas/flonum-konst.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo flonum-mult.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT flonum-mult.o -MD -MP -MF $depbase.Tpo -c -o flonum-mult.o /home/dan/src/buildtools/binutils/gas/flonum-mult.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo frags.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT frags.o -MD -MP -MF $depbase.Tpo -c -o frags.o /home/dan/src/buildtools/binutils/gas/frags.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT hash.o -MD -MP -MF $depbase.Tpo -c -o hash.o /home/dan/src/buildtools/binutils/gas/hash.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo input-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT input-file.o -MD -MP -MF $depbase.Tpo -c -o input-file.o /home/dan/src/buildtools/binutils/gas/input-file.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo input-scrub.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT input-scrub.o -MD -MP -MF $depbase.Tpo -c -o input-scrub.o /home/dan/src/buildtools/binutils/gas/input-scrub.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo listing.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT listing.o -MD -MP -MF $depbase.Tpo -c -o listing.o /home/dan/src/buildtools/binutils/gas/listing.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo literal.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT literal.o -MD -MP -MF $depbase.Tpo -c -o literal.o /home/dan/src/buildtools/binutils/gas/literal.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo macro.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT macro.o -MD -MP -MF $depbase.Tpo -c -o macro.o /home/dan/src/buildtools/binutils/gas/macro.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo messages.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT messages.o -MD -MP -MF $depbase.Tpo -c -o messages.o /home/dan/src/buildtools/binutils/gas/messages.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
mv -f .deps/libctf_la-ctf-archive.Tpo .deps/libctf_la-ctf-archive.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c -o libctf_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-dump.c | |
depbase=`echo output-file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT output-file.o -MD -MP -MF $depbase.Tpo -c -o output-file.o /home/dan/src/buildtools/binutils/gas/output-file.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-dump.lo -MD -MP -MF .deps/libctf_la-ctf-dump.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-dump.c -o libctf_la-ctf-dump.o | |
depbase=`echo read.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT read.o -MD -MP -MF $depbase.Tpo -c -o read.o /home/dan/src/buildtools/binutils/gas/read.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo remap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT remap.o -MD -MP -MF $depbase.Tpo -c -o remap.o /home/dan/src/buildtools/binutils/gas/remap.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo sb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT sb.o -MD -MP -MF $depbase.Tpo -c -o sb.o /home/dan/src/buildtools/binutils/gas/sb.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o /home/dan/src/buildtools/binutils/gas/stabs.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo subsegs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT subsegs.o -MD -MP -MF $depbase.Tpo -c -o subsegs.o /home/dan/src/buildtools/binutils/gas/subsegs.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo symbols.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT symbols.o -MD -MP -MF $depbase.Tpo -c -o symbols.o /home/dan/src/buildtools/binutils/gas/symbols.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo write.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT write.o -MD -MP -MF $depbase.Tpo -c -o write.o /home/dan/src/buildtools/binutils/gas/write.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
mv -f .deps/libctf_la-ctf-dump.Tpo .deps/libctf_la-ctf-dump.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c -o libctf_la-ctf-create.lo `test -f 'ctf-create.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-create.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c -o libctf_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-decl.c | |
depbase=`echo config/tc-riscv.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT config/tc-riscv.o -MD -MP -MF $depbase.Tpo -c -o config/tc-riscv.o /home/dan/src/buildtools/binutils/gas/config/tc-riscv.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo config/obj-elf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT config/obj-elf.o -MD -MP -MF $depbase.Tpo -c -o config/obj-elf.o /home/dan/src/buildtools/binutils/gas/config/obj-elf.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-create.lo -MD -MP -MF .deps/libctf_la-ctf-create.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-create.c -o libctf_la-ctf-create.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-decl.lo -MD -MP -MF .deps/libctf_la-ctf-decl.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-decl.c -o libctf_la-ctf-decl.o | |
mv -f .deps/libctf_la-ctf-decl.Tpo .deps/libctf_la-ctf-decl.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c -o libctf_la-ctf-error.lo `test -f 'ctf-error.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-error.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-error.lo -MD -MP -MF .deps/libctf_la-ctf-error.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-error.c -o libctf_la-ctf-error.o | |
depbase=`echo config/atof-ieee.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gas -I. -I/home/dan/src/buildtools/binutils/gas -I../bfd -I/home/dan/src/buildtools/binutils/gas/config -I/home/dan/src/buildtools/binutils/gas/../include -I/home/dan/src/buildtools/binutils/gas/.. -I/home/dan/src/buildtools/binutils/gas/../bfd -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -MT config/atof-ieee.o -MD -MP -MF $depbase.Tpo -c -o config/atof-ieee.o /home/dan/src/buildtools/binutils/gas/config/atof-ieee.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
mv -f .deps/libctf_la-ctf-error.Tpo .deps/libctf_la-ctf-error.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c -o libctf_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-hash.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-hash.lo -MD -MP -MF .deps/libctf_la-ctf-hash.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-hash.c -o libctf_la-ctf-hash.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c -o libctf_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-labels.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-labels.lo -MD -MP -MF .deps/libctf_la-ctf-labels.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-labels.c -o libctf_la-ctf-labels.o | |
mv -f .deps/libctf_la-ctf-hash.Tpo .deps/libctf_la-ctf-hash.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c -o libctf_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-dedup.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_la-ctf-dedup.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-dedup.c -o libctf_la-ctf-dedup.o | |
mv -f .deps/libctf_la-ctf-labels.Tpo .deps/libctf_la-ctf-labels.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c -o libctf_la-ctf-link.lo `test -f 'ctf-link.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-link.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-link.lo -MD -MP -MF .deps/libctf_la-ctf-link.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-link.c -o libctf_la-ctf-link.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c -o libctf_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-lookup.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_la-ctf-lookup.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-lookup.c -o libctf_la-ctf-lookup.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c -o libctf_la-ctf-open.lo `test -f 'ctf-open.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-open.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-open.lo -MD -MP -MF .deps/libctf_la-ctf-open.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-open.c -o libctf_la-ctf-open.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c -o libctf_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-sha1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_la-ctf-sha1.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-sha1.c -o libctf_la-ctf-sha1.o | |
mv -f .deps/libctf_la-ctf-sha1.Tpo .deps/libctf_la-ctf-sha1.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c -o libctf_la-ctf-string.lo `test -f 'ctf-string.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-string.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-string.lo -MD -MP -MF .deps/libctf_la-ctf-string.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-string.c -o libctf_la-ctf-string.o | |
mv -f .deps/libctf_la-ctf-lookup.Tpo .deps/libctf_la-ctf-lookup.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c -o libctf_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-subr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-subr.lo -MD -MP -MF .deps/libctf_la-ctf-subr.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-subr.c -o libctf_la-ctf-subr.o | |
mv -f .deps/libctf_la-ctf-create.Tpo .deps/libctf_la-ctf-create.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c -o libctf_la-ctf-types.lo `test -f 'ctf-types.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-types.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-types.lo -MD -MP -MF .deps/libctf_la-ctf-types.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-types.c -o libctf_la-ctf-types.o | |
mv -f .deps/libctf_la-ctf-link.Tpo .deps/libctf_la-ctf-link.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c -o libctf_la-ctf-util.lo `test -f 'ctf-util.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-util.c | |
mv -f .deps/libctf_la-ctf-subr.Tpo .deps/libctf_la-ctf-subr.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c -o libctf_la-ctf-open-bfd.lo `test -f 'ctf-open-bfd.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-open-bfd.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-util.lo -MD -MP -MF .deps/libctf_la-ctf-util.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-util.c -o libctf_la-ctf-util.o | |
mv -f .deps/libctf_la-ctf-string.Tpo .deps/libctf_la-ctf-string.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c -o libctf_nobfd_la-ctf-archive.lo `test -f 'ctf-archive.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-archive.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=0 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_la-ctf-open-bfd.lo -MD -MP -MF .deps/libctf_la-ctf-open-bfd.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-open-bfd.c -o libctf_la-ctf-open-bfd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-archive.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-archive.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-archive.c -o libctf_nobfd_la-ctf-archive.o | |
mv -f .deps/libctf_la-ctf-dedup.Tpo .deps/libctf_la-ctf-dedup.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c -o libctf_nobfd_la-ctf-dump.lo `test -f 'ctf-dump.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-dump.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-dump.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dump.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-dump.c -o libctf_nobfd_la-ctf-dump.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c -o libctf_nobfd_la-ctf-create.lo `test -f 'ctf-create.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-create.c | |
mv -f .deps/libctf_la-ctf-util.Tpo .deps/libctf_la-ctf-util.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c -o libctf_nobfd_la-ctf-decl.lo `test -f 'ctf-decl.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-decl.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-create.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-create.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-create.c -o libctf_nobfd_la-ctf-create.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-decl.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-decl.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-decl.c -o libctf_nobfd_la-ctf-decl.o | |
mv -f .deps/libctf_la-ctf-open-bfd.Tpo .deps/libctf_la-ctf-open-bfd.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c -o libctf_nobfd_la-ctf-error.lo `test -f 'ctf-error.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-error.c | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-riscv.o config/obj-elf.o config/atof-ieee.o ../opcodes/libopcodes.la ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-error.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-error.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-error.c -o libctf_nobfd_la-ctf-error.o | |
mv -f .deps/libctf_la-ctf-open.Tpo .deps/libctf_la-ctf-open.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c -o libctf_nobfd_la-ctf-hash.lo `test -f 'ctf-hash.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-hash.c | |
mv -f .deps/libctf_nobfd_la-ctf-decl.Tpo .deps/libctf_nobfd_la-ctf-decl.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c -o libctf_nobfd_la-ctf-labels.lo `test -f 'ctf-labels.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-labels.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-hash.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-hash.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-hash.c -o libctf_nobfd_la-ctf-hash.o | |
mv -f .deps/libctf_nobfd_la-ctf-archive.Tpo .deps/libctf_nobfd_la-ctf-archive.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c -o libctf_nobfd_la-ctf-dedup.lo `test -f 'ctf-dedup.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-dedup.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-labels.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-labels.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-labels.c -o libctf_nobfd_la-ctf-labels.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-dedup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-dedup.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-dedup.c -o libctf_nobfd_la-ctf-dedup.o | |
mv -f .deps/libctf_nobfd_la-ctf-error.Tpo .deps/libctf_nobfd_la-ctf-error.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c -o libctf_nobfd_la-ctf-link.lo `test -f 'ctf-link.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-link.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-link.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-link.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-link.c -o libctf_nobfd_la-ctf-link.o | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Wwrite-strings -I/home/dan/src/buildtools/binutils/gas/../zlib -O2 -pipe -o as-new app.o as.o atof-generic.o compress-debug.o cond.o depend.o dwarf2dbg.o dw2gencfi.o ecoff.o ehopt.o expr.o flonum-copy.o flonum-konst.o flonum-mult.o frags.o hash.o input-file.o input-scrub.o listing.o literal.o macro.o messages.o output-file.o read.o remap.o sb.o stabs.o subsegs.o symbols.o write.o config/tc-riscv.o config/obj-elf.o config/atof-ieee.o ../opcodes/.libs/libopcodes.a ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
mv -f .deps/libctf_nobfd_la-ctf-dump.Tpo .deps/libctf_nobfd_la-ctf-dump.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c -o libctf_nobfd_la-ctf-lookup.lo `test -f 'ctf-lookup.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-lookup.c | |
mv -f .deps/libctf_nobfd_la-ctf-labels.Tpo .deps/libctf_nobfd_la-ctf-labels.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-lookup.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-lookup.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-lookup.c -o libctf_nobfd_la-ctf-lookup.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c -o libctf_nobfd_la-ctf-open.lo `test -f 'ctf-open.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-open.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-open.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-open.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-open.c -o libctf_nobfd_la-ctf-open.o | |
mv -f .deps/libctf_la-ctf-types.Tpo .deps/libctf_la-ctf-types.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c -o libctf_nobfd_la-ctf-sha1.lo `test -f 'ctf-sha1.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-sha1.c | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-sha1.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-sha1.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-sha1.c -o libctf_nobfd_la-ctf-sha1.o | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
awk -f /home/dan/src/buildtools/binutils/gprof/gen-c-prog.awk > bsd_callg_bl.c \ | |
FUNCTION=`(echo bsd_callg_bl|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \ | |
FILE=bsd_callg_bl.m /home/dan/src/buildtools/binutils/gprof/bsd_callg_bl.m | |
make all-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
mv -f .deps/libctf_nobfd_la-ctf-sha1.Tpo .deps/libctf_nobfd_la-ctf-sha1.Plo | |
Making all in po | |
mv -f .deps/libctf_nobfd_la-ctf-hash.Tpo .deps/libctf_nobfd_la-ctf-hash.Plo | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof/po' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof/po' | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c -o libctf_nobfd_la-ctf-string.lo `test -f 'ctf-string.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-string.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c -o libctf_nobfd_la-ctf-subr.lo `test -f 'ctf-subr.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-subr.c | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
restore=: && backupdir=".am$$" && \ | |
rm -rf $backupdir && mkdir $backupdir && \ | |
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ | |
for f in gprof.info gprof.info-[0-9] gprof.info-[0-9][0-9] gprof.i[0-9] gprof.i[0-9][0-9]; do \ | |
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ | |
done; \ | |
else :; fi && \ | |
if makeinfo --split-size=5000000 --split-size=5000000 -I "/home/dan/src/buildtools/binutils/gprof" -I "/home/dan/src/buildtools/binutils/gprof/../bfd/doc" -I ../bfd/doc -I /home/dan/src/buildtools/binutils/gprof \ | |
-o gprof.info `test -f 'gprof.texi' || echo '/home/dan/src/buildtools/binutils/gprof/'`gprof.texi; \ | |
then \ | |
rc=0; \ | |
else \ | |
rc=$?; \ | |
$restore $backupdir/* `echo "./gprof.info" | sed 's|[^/]*$||'`; \ | |
fi; \ | |
rm -rf $backupdir; exit $rc | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-string.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-string.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-string.c -o libctf_nobfd_la-ctf-string.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-subr.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-subr.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-subr.c -o libctf_nobfd_la-ctf-subr.o | |
mv -f .deps/libctf_nobfd_la-ctf-subr.Tpo .deps/libctf_nobfd_la-ctf-subr.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c -o libctf_nobfd_la-ctf-types.lo `test -f 'ctf-types.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-types.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-types.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-types.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-types.c -o libctf_nobfd_la-ctf-types.o | |
mv -f .deps/libctf_nobfd_la-ctf-lookup.Tpo .deps/libctf_nobfd_la-ctf-lookup.Plo | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c -o libctf_nobfd_la-ctf-util.lo `test -f 'ctf-util.c' || echo '/home/dan/src/buildtools/binutils/libctf/'`ctf-util.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/libctf -D_GNU_SOURCE -I/home/dan/src/buildtools/binutils/libctf -I/home/dan/src/buildtools/binutils/libctf/../include -I/home/dan/src/buildtools/binutils/libctf/../bfd -I../bfd -DNOBFD=1 -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -MT libctf_nobfd_la-ctf-util.lo -MD -MP -MF .deps/libctf_nobfd_la-ctf-util.Tpo -c /home/dan/src/buildtools/binutils/libctf/ctf-util.c -o libctf_nobfd_la-ctf-util.o | |
mv -f .deps/libctf_nobfd_la-ctf-string.Tpo .deps/libctf_nobfd_la-ctf-string.Plo | |
/bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -version-info 0:0:0 -Wl,--version-script='/home/dan/src/buildtools/binutils/libctf/libctf.ver' -o libctf.la libctf_la-ctf-archive.lo libctf_la-ctf-dump.lo libctf_la-ctf-create.lo libctf_la-ctf-decl.lo libctf_la-ctf-error.lo libctf_la-ctf-hash.lo libctf_la-ctf-labels.lo libctf_la-ctf-dedup.lo libctf_la-ctf-link.lo libctf_la-ctf-lookup.lo libctf_la-ctf-open.lo libctf_la-ctf-sha1.lo libctf_la-ctf-string.lo libctf_la-ctf-subr.lo libctf_la-ctf-types.lo libctf_la-ctf-util.lo libctf_la-ctf-open-bfd.lo ../bfd/libbfd.la -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf/../libiberty -liberty -L./../zlib -lz | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
mv -f .deps/libctf_nobfd_la-ctf-link.Tpo .deps/libctf_nobfd_la-ctf-link.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT basic_blocks.o -MD -MP -MF .deps/basic_blocks.Tpo -c -o basic_blocks.o /home/dan/src/buildtools/binutils/gprof/basic_blocks.c | |
libtool: link: ar rc .libs/libctf.a libctf_la-ctf-archive.o libctf_la-ctf-dump.o libctf_la-ctf-create.o libctf_la-ctf-decl.o libctf_la-ctf-error.o libctf_la-ctf-hash.o libctf_la-ctf-labels.o libctf_la-ctf-dedup.o libctf_la-ctf-link.o libctf_la-ctf-lookup.o libctf_la-ctf-open.o libctf_la-ctf-sha1.o libctf_la-ctf-string.o libctf_la-ctf-subr.o libctf_la-ctf-types.o libctf_la-ctf-util.o libctf_la-ctf-open-bfd.o | |
mv -f .deps/libctf_nobfd_la-ctf-util.Tpo .deps/libctf_nobfd_la-ctf-util.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT call_graph.o -MD -MP -MF .deps/call_graph.Tpo -c -o call_graph.o /home/dan/src/buildtools/binutils/gprof/call_graph.c | |
libtool: link: ranlib .libs/libctf.a | |
mv -f .deps/libctf_nobfd_la-ctf-dedup.Tpo .deps/libctf_nobfd_la-ctf-dedup.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT cg_arcs.o -MD -MP -MF .deps/cg_arcs.Tpo -c -o cg_arcs.o /home/dan/src/buildtools/binutils/gprof/cg_arcs.c | |
libtool: link: ( cd ".libs" && rm -f "libctf.la" && ln -s "../libctf.la" "libctf.la" ) | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT cg_dfn.o -MD -MP -MF .deps/cg_dfn.Tpo -c -o cg_dfn.o /home/dan/src/buildtools/binutils/gprof/cg_dfn.c | |
mv -f .deps/call_graph.Tpo .deps/call_graph.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT cg_print.o -MD -MP -MF .deps/cg_print.Tpo -c -o cg_print.o /home/dan/src/buildtools/binutils/gprof/cg_print.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT corefile.o -MD -MP -MF .deps/corefile.Tpo -c -o corefile.o /home/dan/src/buildtools/binutils/gprof/corefile.c | |
mv -f .deps/libctf_nobfd_la-ctf-create.Tpo .deps/libctf_nobfd_la-ctf-create.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT gmon_io.o -MD -MP -MF .deps/gmon_io.Tpo -c -o gmon_io.o /home/dan/src/buildtools/binutils/gprof/gmon_io.c | |
mv -f .deps/libctf_nobfd_la-ctf-open.Tpo .deps/libctf_nobfd_la-ctf-open.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT gprof.o -MD -MP -MF .deps/gprof.Tpo -c -o gprof.o /home/dan/src/buildtools/binutils/gprof/gprof.c | |
mv -f .deps/basic_blocks.Tpo .deps/basic_blocks.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT hertz.o -MD -MP -MF .deps/hertz.Tpo -c -o hertz.o /home/dan/src/buildtools/binutils/gprof/hertz.c | |
mv -f .deps/cg_dfn.Tpo .deps/cg_dfn.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT hist.o -MD -MP -MF .deps/hist.Tpo -c -o hist.o /home/dan/src/buildtools/binutils/gprof/hist.c | |
mv -f .deps/hertz.Tpo .deps/hertz.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT source.o -MD -MP -MF .deps/source.Tpo -c -o source.o /home/dan/src/buildtools/binutils/gprof/source.c | |
mv -f .deps/cg_arcs.Tpo .deps/cg_arcs.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT search_list.o -MD -MP -MF .deps/search_list.Tpo -c -o search_list.o /home/dan/src/buildtools/binutils/gprof/search_list.c | |
mv -f .deps/gprof.Tpo .deps/gprof.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT symtab.o -MD -MP -MF .deps/symtab.Tpo -c -o symtab.o /home/dan/src/buildtools/binutils/gprof/symtab.c | |
mv -f .deps/search_list.Tpo .deps/search_list.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT sym_ids.o -MD -MP -MF .deps/sym_ids.Tpo -c -o sym_ids.o /home/dan/src/buildtools/binutils/gprof/sym_ids.c | |
mv -f .deps/gmon_io.Tpo .deps/gmon_io.Po | |
mv -f .deps/source.Tpo .deps/source.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o /home/dan/src/buildtools/binutils/gprof/utils.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT i386.o -MD -MP -MF .deps/i386.Tpo -c -o i386.o /home/dan/src/buildtools/binutils/gprof/i386.c | |
mv -f .deps/libctf_nobfd_la-ctf-types.Tpo .deps/libctf_nobfd_la-ctf-types.Plo | |
/bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -I/home/dan/src/buildtools/binutils/libctf/../zlib -O2 -pipe -version-info 0:0:0 -Wl,--version-script='/home/dan/src/buildtools/binutils/libctf/libctf.ver' -o libctf-nobfd.la libctf_nobfd_la-ctf-archive.lo libctf_nobfd_la-ctf-dump.lo libctf_nobfd_la-ctf-create.lo libctf_nobfd_la-ctf-decl.lo libctf_nobfd_la-ctf-error.lo libctf_nobfd_la-ctf-hash.lo libctf_nobfd_la-ctf-labels.lo libctf_nobfd_la-ctf-dedup.lo libctf_nobfd_la-ctf-link.lo libctf_nobfd_la-ctf-lookup.lo libctf_nobfd_la-ctf-open.lo libctf_nobfd_la-ctf-sha1.lo libctf_nobfd_la-ctf-string.lo libctf_nobfd_la-ctf-subr.lo libctf_nobfd_la-ctf-types.lo libctf_nobfd_la-ctf-util.lo -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf/../libiberty -liberty -L./../zlib -lz | |
mv -f .deps/corefile.Tpo .deps/corefile.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT alpha.o -MD -MP -MF .deps/alpha.Tpo -c -o alpha.o /home/dan/src/buildtools/binutils/gprof/alpha.c | |
mv -f .deps/symtab.Tpo .deps/symtab.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT vax.o -MD -MP -MF .deps/vax.Tpo -c -o vax.o /home/dan/src/buildtools/binutils/gprof/vax.c | |
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries | |
mv -f .deps/i386.Tpo .deps/i386.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT sparc.o -MD -MP -MF .deps/sparc.Tpo -c -o sparc.o /home/dan/src/buildtools/binutils/gprof/sparc.c | |
mv -f .deps/utils.Tpo .deps/utils.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT mips.o -MD -MP -MF .deps/mips.Tpo -c -o mips.o /home/dan/src/buildtools/binutils/gprof/mips.c | |
mv -f .deps/cg_print.Tpo .deps/cg_print.Po | |
libtool: link: ar rc .libs/libctf-nobfd.a libctf_nobfd_la-ctf-archive.o libctf_nobfd_la-ctf-dump.o libctf_nobfd_la-ctf-create.o libctf_nobfd_la-ctf-decl.o libctf_nobfd_la-ctf-error.o libctf_nobfd_la-ctf-hash.o libctf_nobfd_la-ctf-labels.o libctf_nobfd_la-ctf-dedup.o libctf_nobfd_la-ctf-link.o libctf_nobfd_la-ctf-lookup.o libctf_nobfd_la-ctf-open.o libctf_nobfd_la-ctf-sha1.o libctf_nobfd_la-ctf-string.o libctf_nobfd_la-ctf-subr.o libctf_nobfd_la-ctf-types.o libctf_nobfd_la-ctf-util.o | |
mv -f .deps/alpha.Tpo .deps/alpha.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT aarch64.o -MD -MP -MF .deps/aarch64.Tpo -c -o aarch64.o /home/dan/src/buildtools/binutils/gprof/aarch64.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT flat_bl.o -MD -MP -MF .deps/flat_bl.Tpo -c -o flat_bl.o /home/dan/src/buildtools/binutils/gprof/flat_bl.c | |
libtool: link: ranlib .libs/libctf-nobfd.a | |
mv -f .deps/sym_ids.Tpo .deps/sym_ids.Po | |
mv -f .deps/hist.Tpo .deps/hist.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT bsd_callg_bl.o -MD -MP -MF .deps/bsd_callg_bl.Tpo -c -o bsd_callg_bl.o bsd_callg_bl.c | |
mv -f .deps/flat_bl.Tpo .deps/flat_bl.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/gprof -DDEBUG -I../bfd -I/home/dan/src/buildtools/binutils/gprof/../include -I/home/dan/src/buildtools/binutils/gprof/../bfd -I. -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -MT fsf_callg_bl.o -MD -MP -MF .deps/fsf_callg_bl.Tpo -c -o fsf_callg_bl.o /home/dan/src/buildtools/binutils/gprof/fsf_callg_bl.c | |
touch gprof.1 | |
perl /home/dan/src/buildtools/binutils/gprof/../etc/texi2pod.pl -I "/home/dan/src/buildtools/binutils/gprof" -I "/home/dan/src/buildtools/binutils/gprof/../bfd/doc" -I ../bfd/doc -Dman -Dgprof < /home/dan/src/buildtools/binutils/gprof/gprof.texi > gprof.pod | |
mv -f .deps/sparc.Tpo .deps/sparc.Po | |
(pod2man --center="GNU" --release="binutils-2.36.1" --section=1 gprof.pod | \ | |
sed -e '/^.if n .na/d' > gprof.1.T$$ && \ | |
mv -f gprof.1.T$$ gprof.1) || \ | |
(rm -f gprof.1.T$$ && exit 1) | |
mv -f .deps/mips.Tpo .deps/mips.Po | |
mv -f .deps/aarch64.Tpo .deps/aarch64.Po | |
libtool: link: ( cd ".libs" && rm -f "libctf-nobfd.la" && ln -s "../libctf-nobfd.la" "libctf-nobfd.la" ) | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
mv -f .deps/bsd_callg_bl.Tpo .deps/bsd_callg_bl.Po | |
mv -f .deps/vax.Tpo .deps/vax.Po | |
mv -f .deps/fsf_callg_bl.Tpo .deps/fsf_callg_bl.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/libbfd.la ../libiberty/libiberty.a -lm | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
if [ -r sysinfo.c ]; then \ | |
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe sysinfo.c ; \ | |
else \ | |
gcc -c -I. -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe /home/dan/src/buildtools/binutils/binutils/sysinfo.c ; \ | |
fi | |
gcc -c -I. -I/home/dan/src/buildtools/binutils/binutils -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe /home/dan/src/buildtools/binutils/binutils/syslex_wrap.c | |
Making info in doc | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
touch addr2line.1 | |
touch ar.1 | |
touch elfedit.1 | |
if test -f cxxfilt.man; then \ | |
man=cxxfilt.man; \ | |
else \ | |
man=/home/dan/src/buildtools/binutils/binutils/doc/cxxfilt.man; \ | |
fi; \ | |
sed -e 's/@PROGRAM@/c++filt/' \ | |
-e 's/cxxfilt/c++filt/' < $man \ | |
> c++filt.1 | |
perl /home/dan/src/buildtools/binutils/binutils/../etc/texi2pod.pl -I "/home/dan/src/buildtools/binutils/binutils/doc" -I "/home/dan/src/buildtools/binutils/binutils/../libiberty" -I "/home/dan/src/buildtools/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Dar < /home/dan/src/buildtools/binutils/binutils/doc/binutils.texi > ar.pod | |
perl /home/dan/src/buildtools/binutils/binutils/../etc/texi2pod.pl -I "/home/dan/src/buildtools/binutils/binutils/doc" -I "/home/dan/src/buildtools/binutils/binutils/../libiberty" -I "/home/dan/src/buildtools/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Daddr2line < /home/dan/src/buildtools/binutils/binutils/doc/binutils.texi > addr2line.pod | |
perl /home/dan/src/buildtools/binutils/binutils/../etc/texi2pod.pl -I "/home/dan/src/buildtools/binutils/binutils/doc" -I "/home/dan/src/buildtools/binutils/binutils/../libiberty" -I "/home/dan/src/buildtools/binutils/binutils/../bfd/doc" -I ../../bfd/doc -Dman -Delfedit < /home/dan/src/buildtools/binutils/binutils/doc/binutils.texi > elfedit.pod | |
(pod2man --center="GNU Development Tools" --release="binutils-2.36.1" --section=1 ar.pod | sed -e '/^.if n .na/d' > ar.1.T$$ && \ | |
mv -f ar.1.T$$ ar.1) || (rm -f ar.1.T$$ && exit 1) | |
(pod2man --center="GNU Development Tools" --release="binutils-2.36.1" --section=1 addr2line.pod | sed -e '/^.if n .na/d' > addr2line.1.T$$ && \ | |
mv -f addr2line.1.T$$ addr2line.1) || (rm -f addr2line.1.T$$ && exit 1) | |
(pod2man --center="GNU Development Tools" --release="binutils-2.36.1" --section=1 elfedit.pod | sed -e '/^.if n .na/d' > elfedit.1.T$$ && \ | |
mv -f elfedit.1.T$$ elfedit.1) || (rm -f elfedit.1.T$$ && exit 1) | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -O2 -pipe -o gprof basic_blocks.o call_graph.o cg_arcs.o cg_dfn.o cg_print.o corefile.o gmon_io.o gprof.o hertz.o hist.o source.o search_list.o symtab.o sym_ids.o utils.o i386.o alpha.o vax.o sparc.o mips.o aarch64.o flat_bl.o bsd_callg_bl.o fsf_callg_bl.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a -lm | |
rm -f gprof.pod | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
rm -f ar.pod | |
rm -f elfedit.pod | |
rm -f addr2line.pod | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
Making info in po | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/po' | |
make[3]: Nothing to be done for 'info'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/po' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[3]: Nothing to be done for 'info-am'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
gcc -O2 -pipe -o sysinfo sysinfo.o syslex_wrap.o | |
./sysinfo -d </home/dan/src/buildtools/binutils/binutils/sysroff.info >sysroff.h | |
make all-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
Making all in doc | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
Making all in po | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/po' | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/po' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
depbase=`echo size.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT size.o -MD -MP -MF $depbase.Tpo -c -o size.o /home/dan/src/buildtools/binutils/binutils/size.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo bucomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT bucomm.o -MD -MP -MF $depbase.Tpo -c -o bucomm.o /home/dan/src/buildtools/binutils/binutils/bucomm.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo version.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT version.o -MD -MP -MF $depbase.Tpo -c -o version.o /home/dan/src/buildtools/binutils/binutils/version.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo filemode.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT filemode.o -MD -MP -MF $depbase.Tpo -c -o filemode.o /home/dan/src/buildtools/binutils/binutils/filemode.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT objdump.o -MD -MP -MF .deps/objdump.Tpo -c -o objdump.o -DOBJDUMP_PRIVATE_VECTORS="" /home/dan/src/buildtools/binutils/binutils/objdump.c | |
depbase=`echo dwarf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT dwarf.o -MD -MP -MF $depbase.Tpo -c -o dwarf.o /home/dan/src/buildtools/binutils/binutils/dwarf.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo prdbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT prdbg.o -MD -MP -MF $depbase.Tpo -c -o prdbg.o /home/dan/src/buildtools/binutils/binutils/prdbg.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo rddbg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT rddbg.o -MD -MP -MF $depbase.Tpo -c -o rddbg.o /home/dan/src/buildtools/binutils/binutils/rddbg.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo debug.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT debug.o -MD -MP -MF $depbase.Tpo -c -o debug.o /home/dan/src/buildtools/binutils/binutils/debug.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo stabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT stabs.o -MD -MP -MF $depbase.Tpo -c -o stabs.o /home/dan/src/buildtools/binutils/binutils/stabs.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo rdcoff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT rdcoff.o -MD -MP -MF $depbase.Tpo -c -o rdcoff.o /home/dan/src/buildtools/binutils/binutils/rdcoff.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo elfcomm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT elfcomm.o -MD -MP -MF $depbase.Tpo -c -o elfcomm.o /home/dan/src/buildtools/binutils/binutils/elfcomm.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT arparse.o -MD -MP -MF .deps/arparse.Tpo -c -o arparse.o `test -f arparse.c || echo /home/dan/src/buildtools/binutils/binutils/`arparse.c | |
mv -f .deps/arparse.Tpo .deps/arparse.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT arlex.o -MD -MP -MF .deps/arlex.Tpo -c -o arlex.o `test -f arlex.c || echo /home/dan/src/buildtools/binutils/binutils/`arlex.c | |
depbase=`echo ar.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT ar.o -MD -MP -MF $depbase.Tpo -c -o ar.o /home/dan/src/buildtools/binutils/binutils/ar.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo not-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT not-ranlib.o -MD -MP -MF $depbase.Tpo -c -o not-ranlib.o /home/dan/src/buildtools/binutils/binutils/not-ranlib.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo arsup.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT arsup.o -MD -MP -MF $depbase.Tpo -c -o arsup.o /home/dan/src/buildtools/binutils/binutils/arsup.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo rename.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT rename.o -MD -MP -MF $depbase.Tpo -c -o rename.o /home/dan/src/buildtools/binutils/binutils/rename.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
mv -f .deps/arlex.Tpo .deps/arlex.Po | |
depbase=`echo binemul.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT binemul.o -MD -MP -MF $depbase.Tpo -c -o binemul.o /home/dan/src/buildtools/binutils/binutils/binemul.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo emul_vanilla.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT emul_vanilla.o -MD -MP -MF $depbase.Tpo -c -o emul_vanilla.o /home/dan/src/buildtools/binutils/binutils/emul_vanilla.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo strings.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT strings.o -MD -MP -MF $depbase.Tpo -c -o strings.o /home/dan/src/buildtools/binutils/binutils/strings.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo is-ranlib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT is-ranlib.o -MD -MP -MF $depbase.Tpo -c -o is-ranlib.o /home/dan/src/buildtools/binutils/binutils/is-ranlib.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo objcopy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT objcopy.o -MD -MP -MF $depbase.Tpo -c -o objcopy.o /home/dan/src/buildtools/binutils/binutils/objcopy.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo not-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT not-strip.o -MD -MP -MF $depbase.Tpo -c -o not-strip.o /home/dan/src/buildtools/binutils/binutils/not-strip.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo wrstabs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT wrstabs.o -MD -MP -MF $depbase.Tpo -c -o wrstabs.o /home/dan/src/buildtools/binutils/binutils/wrstabs.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo addr2line.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT addr2line.o -MD -MP -MF $depbase.Tpo -c -o addr2line.o /home/dan/src/buildtools/binutils/binutils/addr2line.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo readelf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT readelf.o -MD -MP -MF $depbase.Tpo -c -o readelf.o /home/dan/src/buildtools/binutils/binutils/readelf.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo unwind-ia64.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT unwind-ia64.o -MD -MP -MF $depbase.Tpo -c -o unwind-ia64.o /home/dan/src/buildtools/binutils/binutils/unwind-ia64.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo elfedit.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT elfedit.o -MD -MP -MF $depbase.Tpo -c -o elfedit.o /home/dan/src/buildtools/binutils/binutils/elfedit.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo nm.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT nm.o -MD -MP -MF $depbase.Tpo -c -o nm.o /home/dan/src/buildtools/binutils/binutils/nm.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo is-strip.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT is-strip.o -MD -MP -MF $depbase.Tpo -c -o is-strip.o /home/dan/src/buildtools/binutils/binutils/is-strip.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo cxxfilt.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT cxxfilt.o -MD -MP -MF $depbase.Tpo -c -o cxxfilt.o /home/dan/src/buildtools/binutils/binutils/cxxfilt.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo bfdtest1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT bfdtest1.o -MD -MP -MF $depbase.Tpo -c -o bfdtest1.o /home/dan/src/buildtools/binutils/binutils/bfdtest1.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo bfdtest2.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT bfdtest2.o -MD -MP -MF $depbase.Tpo -c -o bfdtest2.o /home/dan/src/buildtools/binutils/binutils/bfdtest2.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o size size.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o strings strings.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o ar arparse.o arlex.o ar.o not-ranlib.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a -lfl | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o strings strings.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a -lfl | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o elfedit elfedit.o version.o elfcomm.o ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o ranlib ar.o is-ranlib.o arparse.o arlex.o arsup.o rename.o binemul.o emul_vanilla.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a -lfl | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o addr2line addr2line.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o bfdtest1 bfdtest1.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
mv -f .deps/objdump.Tpo .deps/objdump.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o bfdtest2 bfdtest2.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
depbase=`echo testsuite/gentestdlls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/binutils -I. -I/home/dan/src/buildtools/binutils/binutils -I../bfd -I/home/dan/src/buildtools/binutils/binutils/../bfd -I/home/dan/src/buildtools/binutils/binutils/../include -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -Dbin_dummy_emulation=bin_vanilla_emulation -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -MT testsuite/gentestdlls.o -MD -MP -MF $depbase.Tpo -c -o testsuite/gentestdlls.o /home/dan/src/buildtools/binutils/binutils/testsuite/gentestdlls.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o cxxfilt cxxfilt.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o bfdtest1 bfdtest1.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o bfdtest2 bfdtest2.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o nm-new nm.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o testsuite/gentestdlls testsuite/gentestdlls.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o strip-new objcopy.o is-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o objcopy objcopy.o not-strip.o rename.o rddbg.o debug.o stabs.o rdcoff.o wrstabs.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -lz ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/libopcodes.la ../libctf/libctf.la ../bfd/libbfd.la ../libiberty/libiberty.a | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o objdump objdump.o dwarf.o prdbg.o rddbg.o debug.o stabs.o rdcoff.o bucomm.o version.o filemode.o elfcomm.o ../opcodes/.libs/libopcodes.a ../libctf/.libs/libctf.a /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf/../libiberty -liberty ../bfd/.libs/libbfd.a -lz ../libiberty/libiberty.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libctf/libctf-nobfd.la ../libiberty/libiberty.a -L./../zlib -lz | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -I/home/dan/src/buildtools/binutils/binutils/../zlib -O2 -pipe -o readelf readelf.o version.o unwind-ia64.o dwarf.o elfcomm.o ../libctf/.libs/libctf-nobfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf/../libiberty -liberty -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib ../libiberty/libiberty.a -lz | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
(echo "/* This file is automatically generated. DO NOT EDIT! */";\ | |
for f in `echo " " eelf64lriscv.o eelf32lriscv.o eelf64briscv.o eelf32briscv.o "" \ | |
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ | |
echo "extern ld_emulation_xfer_type ld_${f}_emulation;"; \ | |
done;\ | |
echo "";\ | |
echo "#define EMULATION_LIST \\";\ | |
for f in `echo " " eelf64lriscv.o eelf32lriscv.o eelf64briscv.o eelf32briscv.o "" \ | |
| sed -e 's/ e/ ld/g' -e 's/ ld/ /g' -e 's/[.]o//g'`; do \ | |
echo " &ld_${f}_emulation, \\"; \ | |
done;\ | |
echo " 0") >ldemul-tmp.h | |
/bin/bash /home/dan/src/buildtools/binutils/ld/../ylwrap /home/dan/src/buildtools/binutils/ld/deffilep.y y.tab.c deffilep.c y.tab.h `echo deffilep.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output deffilep.output -- bison -y -d | |
mv ldemul-tmp.h ldemul-list.h | |
/home/dan/src/buildtools/binutils/ld/deffilep.y: warning: 76 shift/reduce conflicts [-Wconflicts-sr] | |
/home/dan/src/buildtools/binutils/ld/deffilep.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples | |
updating deffilep.h | |
make all-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
Making all in po | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld/po' | |
( if test 'x/home/dan/src/buildtools/binutils/ld/po' != 'x.'; then \ | |
posrcprefix='/home/dan/src/buildtools/binutils/ld/'; \ | |
else \ | |
posrcprefix="../"; \ | |
fi; \ | |
rm -f SRC-POTFILES-t SRC-POTFILES \ | |
&& (sed -e '/^#/d' -e '/^[ ]*$/d' \ | |
-e "s@.*@ $posrcprefix& \\\\@" < /home/dan/src/buildtools/binutils/ld/po/SRC-POTFILES.in \ | |
| sed -e '$s/\\$//') > SRC-POTFILES-t \ | |
&& chmod a-w SRC-POTFILES-t \ | |
&& mv SRC-POTFILES-t SRC-POTFILES ) | |
rm -f BLD-POTFILES-t BLD-POTFILES \ | |
&& sed -e '/^#/d' -e '/^[ ]*$/d' \ | |
-e "s@.*@ ../& \\\\@" < /home/dan/src/buildtools/binutils/ld/po/BLD-POTFILES.in \ | |
| sed -e '$s/\\$//' > BLD-POTFILES-t \ | |
&& chmod a-w BLD-POTFILES-t \ | |
&& mv BLD-POTFILES-t BLD-POTFILES | |
cd .. \ | |
&& CONFIG_FILES=po/Makefile.in:po/Make-in \ | |
CONFIG_HEADERS= /bin/bash ./config.status | |
config.status: creating po/Makefile.in | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
config.status: executing default commands | |
make[4]: Nothing to be done for 'all'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld/po' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
cp /home/dan/src/buildtools/binutils/ld/gen-doc.texi ./configdoc.texi | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c -o libdep_plugin.lo /home/dan/src/buildtools/binutils/ld/libdep_plugin.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -g -O2 -O2 -pipe -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo `test -f 'testplug.c' || echo '/home/dan/src/buildtools/binutils/ld/'`testplug.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -g -O2 -O2 -pipe -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c -o libldtestplug2_la-testplug2.lo `test -f 'testplug2.c' || echo '/home/dan/src/buildtools/binutils/ld/'`testplug2.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -g -O2 -O2 -pipe -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c -o libldtestplug3_la-testplug3.lo `test -f 'testplug3.c' || echo '/home/dan/src/buildtools/binutils/ld/'`testplug3.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -g -O2 -O2 -pipe -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c -o libldtestplug4_la-testplug4.lo `test -f 'testplug4.c' || echo '/home/dan/src/buildtools/binutils/ld/'`testplug4.c | |
chmod u+w ./configdoc.texi | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldgram.o -MD -MP -MF .deps/ldgram.Tpo -c -o ldgram.o `test -f ldgram.c || echo /home/dan/src/buildtools/binutils/ld/`ldgram.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldlex-wrapper.o -MD -MP -MF .deps/ldlex-wrapper.Tpo -c -o ldlex-wrapper.o /home/dan/src/buildtools/binutils/ld/ldlex-wrapper.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT lexsup.o -MD -MP -MF .deps/lexsup.Tpo -c -o lexsup.o /home/dan/src/buildtools/binutils/ld/lexsup.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT libdep_plugin.lo -MD -MP -MF .deps/libdep_plugin.Tpo -c /home/dan/src/buildtools/binutils/ld/libdep_plugin.c -o libdep_plugin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c /home/dan/src/buildtools/binutils/ld/testplug.c -o libldtestplug_la-testplug.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug4_la-testplug4.lo -MD -MP -MF .deps/libldtestplug4_la-testplug4.Tpo -c /home/dan/src/buildtools/binutils/ld/testplug4.c -o libldtestplug4_la-testplug4.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug3_la-testplug3.lo -MD -MP -MF .deps/libldtestplug3_la-testplug3.Tpo -c /home/dan/src/buildtools/binutils/ld/testplug3.c -o libldtestplug3_la-testplug3.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\" -g -O2 -O2 -pipe -MT libldtestplug2_la-testplug2.lo -MD -MP -MF .deps/libldtestplug2_la-testplug2.Tpo -c /home/dan/src/buildtools/binutils/ld/testplug2.c -o libldtestplug2_la-testplug2.o | |
mv -f .deps/libdep_plugin.Tpo .deps/libdep_plugin.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldlang.o -MD -MP -MF .deps/ldlang.Tpo -c -o ldlang.o /home/dan/src/buildtools/binutils/ld/ldlang.c | |
mv -f .deps/libldtestplug_la-testplug.Tpo .deps/libldtestplug_la-testplug.Plo | |
mv -f .deps/libldtestplug3_la-testplug3.Tpo .deps/libldtestplug3_la-testplug3.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT mri.o -MD -MP -MF .deps/mri.Tpo -c -o mri.o /home/dan/src/buildtools/binutils/ld/mri.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldctor.o -MD -MP -MF .deps/ldctor.Tpo -c -o ldctor.o /home/dan/src/buildtools/binutils/ld/ldctor.c | |
mv -f .deps/libldtestplug4_la-testplug4.Tpo .deps/libldtestplug4_la-testplug4.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldmain.o -MD -MP -MF .deps/ldmain.Tpo -c -o ldmain.o \ | |
-DDEFAULT_EMULATION='"elf64lriscv"' \ | |
-DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DTOOLBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin"' \ | |
-DTARGET='"riscv64-unknown-haiku"' -DTARGET_SYSTEM_ROOT=\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/sysroot\" -DTARGET_SYSTEM_ROOT_RELOCATABLE \ | |
/home/dan/src/buildtools/binutils/ld/ldmain.c | |
mv -f .deps/libldtestplug2_la-testplug2.Tpo .deps/libldtestplug2_la-testplug2.Plo | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldwrite.o -MD -MP -MF .deps/ldwrite.Tpo -c -o ldwrite.o /home/dan/src/buildtools/binutils/ld/ldwrite.c | |
mv -f .deps/mri.Tpo .deps/mri.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldexp.o -MD -MP -MF .deps/ldexp.Tpo -c -o ldexp.o /home/dan/src/buildtools/binutils/ld/ldexp.c | |
mv -f .deps/ldctor.Tpo .deps/ldctor.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldemul.o -MD -MP -MF .deps/ldemul.Tpo -c -o ldemul.o /home/dan/src/buildtools/binutils/ld/ldemul.c | |
mv -f .deps/ldwrite.Tpo .deps/ldwrite.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldver.o -MD -MP -MF .deps/ldver.Tpo -c -o ldver.o /home/dan/src/buildtools/binutils/ld/ldver.c | |
mv -f .deps/lexsup.Tpo .deps/lexsup.Po | |
mv -f .deps/ldlex-wrapper.Tpo .deps/ldlex-wrapper.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldmisc.o -MD -MP -MF .deps/ldmisc.Tpo -c -o ldmisc.o /home/dan/src/buildtools/binutils/ld/ldmisc.c | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldfile.o -MD -MP -MF .deps/ldfile.Tpo -c -o ldfile.o \ | |
-DSCRIPTDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/lib"' -DBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin"' -DTOOLBINDIR='"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin"' \ | |
/home/dan/src/buildtools/binutils/ld/ldfile.c | |
mv -f .deps/ldver.Tpo .deps/ldver.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldcref.o -MD -MP -MF .deps/ldcref.Tpo -c -o ldcref.o /home/dan/src/buildtools/binutils/ld/ldcref.c | |
mv -f .deps/ldemul.Tpo .deps/ldemul.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o /home/dan/src/buildtools/binutils/ld/plugin.c | |
mv -f .deps/ldgram.Tpo .deps/ldgram.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldbuildid.o -MD -MP -MF .deps/ldbuildid.Tpo -c -o ldbuildid.o /home/dan/src/buildtools/binutils/ld/ldbuildid.c | |
mv -f .deps/ldmain.Tpo .deps/ldmain.Po | |
cp /home/dan/src/buildtools/binutils/ld/emultempl/astring.sed stringify.sed | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldelf.o -MD -MP -MF .deps/ldelf.Tpo -c -o ldelf.o /home/dan/src/buildtools/binutils/ld/ldelf.c | |
mv -f .deps/ldbuildid.Tpo .deps/ldbuildid.Po | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT ldelfgen.o -MD -MP -MF .deps/ldelfgen.Tpo -c -o ldelfgen.o /home/dan/src/buildtools/binutils/ld/ldelfgen.c | |
mv -f .deps/ldfile.Tpo .deps/ldfile.Po | |
touch ld.1 | |
perl /home/dan/src/buildtools/binutils/ld/../etc/texi2pod.pl -I /home/dan/src/buildtools/binutils/ld -I /home/dan/src/buildtools/binutils/ld/../bfd/doc -I ../bfd/doc -I /home/dan/src/buildtools/binutils/ld/../libiberty -Dman < /home/dan/src/buildtools/binutils/ld/ld.texi > ld.pod | |
(pod2man --center="GNU Development Tools" --release="binutils-2.36.1" --section=1 ld.pod | \ | |
sed -e '/^.if n .na/d' > ld.1.T$$ && \ | |
mv -f ld.1.T$$ ld.1) || \ | |
(rm -f ld.1.T$$ && exit 1) | |
mv -f .deps/ldmisc.Tpo .deps/ldmisc.Po | |
/home/dan/src/buildtools/binutils/ld/ldelf.c: In function 'ldelf_after_open': | |
/home/dan/src/buildtools/binutils/ld/ldelf.c:1049:43: warning: the comparison will always evaluate as 'true' for the address of 'elf_header' will never be NULL [-Waddress] | |
1049 | && elf_tdata (abfd)->elf_header != NULL | |
| ^~ | |
In file included from /home/dan/src/buildtools/binutils/ld/ldelf.c:37: | |
/home/dan/src/buildtools/binutils/ld/../bfd/elf-bfd.h:1930:21: note: 'elf_header' declared here | |
1930 | Elf_Internal_Ehdr elf_header[1]; /* Actual data, but ref like ptr */ | |
| ^~~~~~~~~~ | |
mv -f .deps/ldcref.Tpo .deps/ldcref.Po | |
restore=: && backupdir=".am$$" && \ | |
rm -rf $backupdir && mkdir $backupdir && \ | |
if (makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \ | |
for f in ld.info ld.info-[0-9] ld.info-[0-9][0-9] ld.i[0-9] ld.i[0-9][0-9]; do \ | |
if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \ | |
done; \ | |
else :; fi && \ | |
if makeinfo --split-size=5000000 --split-size=5000000 -I /home/dan/src/buildtools/binutils/ld -I /home/dan/src/buildtools/binutils/ld/../bfd/doc -I ../bfd/doc -I /home/dan/src/buildtools/binutils/ld/../libiberty -I /home/dan/src/buildtools/binutils/ld \ | |
-o ld.info `test -f 'ld.texi' || echo '/home/dan/src/buildtools/binutils/ld/'`ld.texi; \ | |
then \ | |
rc=0; \ | |
else \ | |
rc=$?; \ | |
$restore $backupdir/* `echo "./ld.info" | sed 's|[^/]*$||'`; \ | |
fi; \ | |
rm -rf $backupdir; exit $rc | |
/bin/bash ./libtool --tag=CC --tag=disable-static --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -no-undefined -rpath /nowhere -module -avoid-version -o libdep.la -rpath /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins libdep_plugin.lo | |
mv -f .deps/ldelfgen.Tpo .deps/ldelfgen.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -O2 -pipe -no-undefined -rpath /nowhere -o libldtestplug.la libldtestplug_la-testplug.lo | |
libtool: link: warning: ignoring multiple `-rpath's for a libtool library | |
mv -f .deps/ldexp.Tpo .deps/ldexp.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -O2 -pipe -no-undefined -rpath /nowhere -o libldtestplug2.la libldtestplug2_la-testplug2.lo | |
libtool: link: ar rc .libs/libdep.a libdep_plugin.o | |
libtool: link: ranlib .libs/libdep.a | |
libtool: link: ar rc .libs/libldtestplug.a libldtestplug_la-testplug.o | |
libtool: link: ar rc .libs/libldtestplug2.a libldtestplug2_la-testplug2.o | |
mv -f .deps/plugin.Tpo .deps/plugin.Po | |
libtool: link: ranlib .libs/libldtestplug.a | |
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -O2 -pipe -no-undefined -rpath /nowhere -o libldtestplug3.la libldtestplug3_la-testplug3.lo | |
libtool: link: ( cd ".libs" && rm -f "libdep.la" && ln -s "../libdep.la" "libdep.la" ) | |
/bin/bash ./libtool --tag=CC --mode=link gcc -g -O2 -O2 -pipe -no-undefined -rpath /nowhere -o libldtestplug4.la libldtestplug4_la-testplug4.lo | |
libtool: link: ranlib .libs/libldtestplug2.a | |
libtool: link: ( cd ".libs" && rm -f "libldtestplug.la" && ln -s "../libldtestplug.la" "libldtestplug.la" ) | |
base=`echo eelf64lriscv.c | sed -e 's,e\(.*\).c,\1,'`; \ | |
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" | |
libtool: link: ( cd ".libs" && rm -f "libldtestplug2.la" && ln -s "../libldtestplug2.la" "libldtestplug2.la" ) | |
base=`echo eelf32lriscv.c | sed -e 's,e\(.*\).c,\1,'`; \ | |
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" | |
libtool: link: ar rc .libs/libldtestplug3.a libldtestplug3_la-testplug3.o | |
libtool: link: ranlib .libs/libldtestplug3.a | |
libtool: link: ar rc .libs/libldtestplug4.a libldtestplug4_la-testplug4.o | |
libtool: link: ( cd ".libs" && rm -f "libldtestplug3.la" && ln -s "../libldtestplug3.la" "libldtestplug3.la" ) | |
base=`echo eelf64briscv.c | sed -e 's,e\(.*\).c,\1,'`; \ | |
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
/bin/bash /home/dan/src/buildtools/binutils/ld/genscripts.sh "/home/dan/src/buildtools/binutils/ld" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" x86_64-pc-linux-gnu riscv64-unknown-haiku riscv64-unknown-haiku ".deps" "" "elf64lriscv elf32lriscv elf64briscv elf32briscv" "/usr/local/lib /lib /usr/lib" yes yes elf64lriscv "riscv64-unknown-haiku" | |
libtool: link: ranlib .libs/libldtestplug4.a | |
rm -f ld.pod | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
/bin/bash /home/dan/src/buildtools/binutils/ld/genscripts.sh "/home/dan/src/buildtools/binutils/ld" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" x86_64-pc-linux-gnu riscv64-unknown-haiku riscv64-unknown-haiku ".deps" "" "elf64lriscv elf32lriscv elf64briscv elf32briscv" "/usr/local/lib /lib /usr/lib" yes yes elf32lriscv "riscv64-unknown-haiku" | |
base=`echo eelf32briscv.c | sed -e 's,e\(.*\).c,\1,'`; \ | |
make run-genscripts "script_target=$base" "script_tdirname=tdir_$base" | |
libtool: link: ( cd ".libs" && rm -f "libldtestplug4.la" && ln -s "../libldtestplug4.la" "libldtestplug4.la" ) | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
/bin/bash /home/dan/src/buildtools/binutils/ld/genscripts.sh "/home/dan/src/buildtools/binutils/ld" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" x86_64-pc-linux-gnu riscv64-unknown-haiku riscv64-unknown-haiku ".deps" "" "elf64lriscv elf32lriscv elf64briscv elf32briscv" "/usr/local/lib /lib /usr/lib" yes yes elf64briscv "riscv64-unknown-haiku" | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
/bin/bash /home/dan/src/buildtools/binutils/ld/genscripts.sh "/home/dan/src/buildtools/binutils/ld" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64" x86_64-pc-linux-gnu riscv64-unknown-haiku riscv64-unknown-haiku ".deps" "" "elf64lriscv elf32lriscv elf64briscv elf32briscv" "/usr/local/lib /lib /usr/lib" yes yes elf32briscv "riscv64-unknown-haiku" | |
mv -f .deps/ldelf.Tpo .deps/ldelf.Po | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT eelf64lriscv.o -MD -MP -MF .deps/eelf64lriscv.Tpo -c -o eelf64lriscv.o eelf64lriscv.c | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT eelf32lriscv.o -MD -MP -MF .deps/eelf32lriscv.Tpo -c -o eelf32lriscv.o eelf32lriscv.c | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT eelf64briscv.o -MD -MP -MF .deps/eelf64briscv.Tpo -c -o eelf64briscv.o eelf64briscv.c | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/binutils/ld -I. -I/home/dan/src/buildtools/binutils/ld -I../bfd -I/home/dan/src/buildtools/binutils/ld/../bfd -I/home/dan/src/buildtools/binutils/ld/../include -I/home/dan/src/buildtools/binutils/ld/../zlib -O2 -pipe -DLOCALEDIR="\"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -MT eelf32briscv.o -MD -MP -MF .deps/eelf32briscv.Tpo -c -o eelf32briscv.o eelf32briscv.c | |
mv -f .deps/eelf64lriscv.Tpo .deps/eelf64lriscv.Po | |
mv -f .deps/eelf32lriscv.Tpo .deps/eelf32lriscv.Po | |
mv -f .deps/eelf64briscv.Tpo .deps/eelf64briscv.Po | |
mv -f .deps/eelf32briscv.Tpo .deps/eelf32briscv.Po | |
mv -f .deps/ldlang.Tpo .deps/ldlang.Po | |
/bin/bash ./libtool --tag=CC --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64lriscv.o eelf32lriscv.o eelf64briscv.o eelf32briscv.o ldelf.o ldelfgen.o ../bfd/libbfd.la ../libctf/libctf.la ../libiberty/libiberty.a -L./../zlib -lz | |
libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -DELF_LIST_OPTIONS=TRUE -DELF_SHLIB_LIST_OPTIONS=TRUE -DELF_PLT_UNWIND_LIST_OPTIONS=FALSE -O2 -pipe -o ld-new ldgram.o ldlex-wrapper.o lexsup.o ldlang.o mri.o ldctor.o ldmain.o ldwrite.o ldexp.o ldemul.o ldver.o ldmisc.o ldfile.o ldcref.o plugin.o ldbuildid.o eelf64lriscv.o eelf32lriscv.o eelf64briscv.o eelf32briscv.o ldelf.o ldelfgen.o ../bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/zlib ../libctf/.libs/libctf.a /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/.libs/libbfd.a -L/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf/../libiberty -liberty ../libiberty/libiberty.a -lz | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[1]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils' | |
make[1]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils' | |
/bin/bash /home/dan/src/buildtools/binutils/mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64 /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64 | |
make[1]: Nothing to be done for 'install-target'. | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/etc' | |
make[2]: Nothing to be done for 'install'. | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/etc' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/intl' | |
make[2]: Nothing to be done for 'install'. | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/intl' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make install-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty/testsuite' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty/testsuite' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty/testsuite' | |
make[3]: Nothing to be done for 'install'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty/testsuite' | |
if test -n ""; then \ | |
/bin/bash /home/dan/src/buildtools/binutils/libiberty/../mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/`gcc -O2 -pipe -print-multi-os-directory`; \ | |
/usr/bin/install -c -m 644 ./libiberty.a /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/`gcc -O2 -pipe -print-multi-os-directory`/./libiberty.an; \ | |
( cd /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/`gcc -O2 -pipe -print-multi-os-directory` ; chmod 644 ./libiberty.an ;ranlib ./libiberty.an ); \ | |
mv -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/`gcc -O2 -pipe -print-multi-os-directory`/./libiberty.an /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/`gcc -O2 -pipe -print-multi-os-directory`/./libiberty.a; \ | |
case "" in \ | |
/*) thd=;; \ | |
*) thd=/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/include/;; \ | |
esac; \ | |
/bin/bash /home/dan/src/buildtools/binutils/libiberty/../mkinstalldirs ${thd}; \ | |
for h in /home/dan/src/buildtools/binutils/libiberty/../include/ansidecl.h /home/dan/src/buildtools/binutils/libiberty/../include/demangle.h /home/dan/src/buildtools/binutils/libiberty/../include/dyn-string.h /home/dan/src/buildtools/binutils/libiberty/../include/fibheap.h /home/dan/src/buildtools/binutils/libiberty/../include/floatformat.h /home/dan/src/buildtools/binutils/libiberty/../include/hashtab.h /home/dan/src/buildtools/binutils/libiberty/../include/libiberty.h /home/dan/src/buildtools/binutils/libiberty/../include/objalloc.h /home/dan/src/buildtools/binutils/libiberty/../include/partition.h /home/dan/src/buildtools/binutils/libiberty/../include/safe-ctype.h /home/dan/src/buildtools/binutils/libiberty/../include/sort.h /home/dan/src/buildtools/binutils/libiberty/../include/splay-tree.h /home/dan/src/buildtools/binutils/libiberty/../include/timeval-utils.h; do \ | |
/usr/bin/install -c -m 644 $h ${thd}; \ | |
done; \ | |
fi | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libiberty' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
Making install in doc | |
Making install in po | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/doc' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof/po' | |
make[4]: Nothing to be done for 'install'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof/po' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/doc' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make install-recursive | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
/usr/bin/install -c -m 644 'as.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-as.1' | |
/usr/bin/install -c -m 644 ./as.info '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/libctf' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/doc' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/doc' | |
Making install in po | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/po' | |
make[3]: Nothing to be done for 'install'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas/po' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
Making install in doc | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/doc' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/usr/bin/install -c -m 644 'gprof.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-gprof.1' | |
/usr/bin/install -c -m 644 ./gprof.info '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c gprof '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-gprof' | |
/usr/bin/install -c -m 644 ./bfd.info '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/doc' | |
Making install in po | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/po' | |
make[4]: Nothing to be done for 'install'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd/po' | |
libtool: install: /usr/bin/install -c gprof /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-gprof | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gprof' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make install-recursive | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[4]: Nothing to be done for 'install-data-am'. | |
/bin/bash /home/dan/src/buildtools/binutils/gas/../mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin | |
/bin/bash ./libtool --mode=install /usr/bin/install -c as-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-as | |
libtool: install: /usr/bin/install -c as-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-as | |
/bin/bash /home/dan/src/buildtools/binutils/gas/../mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
mkdir -p -- /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
n=`echo as | sed 's&^&riscv64-unknown-haiku-&'`; \ | |
if [ "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$n" != "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/as" ]; then \ | |
rm -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/as; \ | |
ln /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$n /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/as >/dev/null 2>/dev/null \ | |
|| /bin/bash ./libtool --mode=install /usr/bin/install -c as-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/as; \ | |
else \ | |
true ; \ | |
fi | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/gas' | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[5]: Nothing to be done for 'install-exec-am'. | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
Making install in po | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/bfd' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld/po' | |
make[4]: Nothing to be done for 'install'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld/po' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
Making install in . | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make[4]: Nothing to be done for 'install-exec-am'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
Making install in po | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes/po' | |
make[3]: Nothing to be done for 'install'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes/po' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/opcodes' | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make install-recursive | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
Making install in doc | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
make[5]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/usr/bin/install -c -m 644 'addr2line.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-addr2line.1' | |
/usr/bin/install -c -m 644 /home/dan/src/buildtools/binutils/binutils/doc/binutils.info '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/usr/bin/install -c -m 644 'ar.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-ar.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/dlltool.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-dlltool.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/nm.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-nm.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/objcopy.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-objcopy.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/objdump.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-objdump.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/ranlib.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-ranlib.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/readelf.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-readelf.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/size.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-size.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/strings.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-strings.1' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/strip.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-strip.1' | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c libdep.la '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins' | |
/usr/bin/install -c -m 644 'elfedit.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-elfedit.1' | |
/usr/bin/install -c -m 644 'ld.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-ld.1' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/windres.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-windres.1' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c ld-new '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-ld.bfd' | |
/usr/bin/install -c -m 644 ./ld.info '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/info' | |
/usr/bin/install -c -m 644 '/home/dan/src/buildtools/binutils/binutils/doc/windmc.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-windmc.1' | |
/usr/bin/install -c -m 644 'c++filt.1' '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/man/man1/riscv64-unknown-haiku-c++filt.1' | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/doc' | |
Making install in po | |
libtool: install: /usr/bin/install -c .libs/libdep.lai /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins/libdep.la | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/po' | |
make[4]: Nothing to be done for 'install'. | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils/po' | |
libtool: install: /usr/bin/install -c .libs/libdep.a /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins/libdep.a | |
libtool: install: chmod 644 /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins/libdep.a | |
libtool: install: /usr/bin/install -c ld-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-ld.bfd | |
libtool: install: ranlib /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins/libdep.a | |
/bin/bash /home/dan/src/buildtools/binutils/ld/../mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
n=`echo ld.bfd | sed 's/^ld-new$/ld.bfd/;s&^&riscv64-unknown-haiku-&'`; \ | |
if test "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin" != "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin"; then \ | |
rm -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld.bfd; \ | |
ln /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$n /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld.bfd >/dev/null 2>/dev/null \ | |
|| /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld.bfd; \ | |
fi; \ | |
if test "xyes" = "xyes"; then \ | |
ld=`echo ld | sed 's/^ld-new$/ld.bfd/;s&^&riscv64-unknown-haiku-&'`; \ | |
rm -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$ld; \ | |
ln /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$n /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$ld >/dev/null 2>/dev/null \ | |
|| /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$ld; \ | |
if test "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin" != "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin"; then \ | |
rm -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld; \ | |
ln /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$n /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld >/dev/null 2>/dev/null \ | |
|| /bin/bash ./libtool --mode=install /usr/bin/install -c ld-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld; \ | |
fi; \ | |
fi | |
make[4]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
libtool: install: warning: remember to run `libtool --finish /nowhere' | |
/bin/bash /home/dan/src/buildtools/binutils/ld/../mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/lib/ldscripts | |
mkdir -p -- /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/lib/ldscripts | |
for f in ldscripts/* ; do \ | |
/usr/bin/install -c -m 644 $f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/lib/$f ; \ | |
done | |
make[5]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[5]: Nothing to be done for 'install-data-am'. | |
/usr/bin/mkdir -p '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin' | |
/bin/bash ./libtool --mode=install /usr/bin/install -c size '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-size' | |
libtool: install: /usr/bin/install -c size /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-size | |
/bin/bash ./libtool --mode=install /usr/bin/install -c objdump '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-objdump' | |
libtool: install: /usr/bin/install -c objdump /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-objdump | |
/bin/bash ./libtool --mode=install /usr/bin/install -c ar '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-ar' | |
libtool: install: /usr/bin/install -c ar /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-ar | |
/bin/bash ./libtool --mode=install /usr/bin/install -c strings '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-strings' | |
libtool: install: /usr/bin/install -c strings /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-strings | |
/bin/bash ./libtool --mode=install /usr/bin/install -c ranlib '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-ranlib' | |
libtool: install: /usr/bin/install -c ranlib /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-ranlib | |
/bin/bash ./libtool --mode=install /usr/bin/install -c objcopy '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-objcopy' | |
libtool: install: /usr/bin/install -c objcopy /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-objcopy | |
rm -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/lib/bfd-plugins/libdep.la | |
/bin/bash ./libtool --mode=install /usr/bin/install -c addr2line '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-addr2line' | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/ld' | |
libtool: install: /usr/bin/install -c addr2line /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-addr2line | |
/bin/bash ./libtool --mode=install /usr/bin/install -c readelf '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-readelf' | |
libtool: install: /usr/bin/install -c readelf /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-readelf | |
/bin/bash ./libtool --mode=install /usr/bin/install -c elfedit '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-elfedit' | |
libtool: install: /usr/bin/install -c elfedit /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/./riscv64-unknown-haiku-elfedit | |
/bin/bash ./libtool --mode=install /usr/bin/install -c nm-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-nm | |
libtool: install: /usr/bin/install -c nm-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-nm | |
/bin/bash ./libtool --mode=install /usr/bin/install -c strip-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-strip | |
libtool: install: /usr/bin/install -c strip-new /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-strip | |
/bin/bash ./libtool --mode=install /usr/bin/install -c cxxfilt /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-c++filt | |
libtool: install: /usr/bin/install -c cxxfilt /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/riscv64-unknown-haiku-c++filt | |
/bin/bash /home/dan/src/buildtools/binutils/binutils/../mkinstalldirs /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
for i in nm-new strip-new ar ranlib dlltool objdump objcopy readelf; do \ | |
if [ -f $i ]; then \ | |
j=`echo $i | sed -e 's/-new//'`; \ | |
k=`echo $j | sed 's&^&riscv64-unknown-haiku-&'`; \ | |
if [ "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$k" != "/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/$j" ]; then \ | |
rm -f /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/$j; \ | |
ln /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/bin/$k /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/$j >/dev/null 2>/dev/null \ | |
|| /bin/bash ./libtool --mode=install /usr/bin/install -c $i /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/$j; \ | |
fi; \ | |
else true; \ | |
fi; \ | |
done | |
make[5]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[4]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils/binutils' | |
make[1]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/binutils' | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... riscv64-unknown-haiku | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln works... yes | |
checking whether ln -s works... yes | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for gawk... gawk | |
checking for libitm support... no | |
checking for libsanitizer support... no | |
checking for libvtv support... no | |
checking for libhsail-rt support... no | |
checking for libphobos support... no | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes | |
checking for gnatbind... no | |
checking for gnatmake... no | |
checking whether compiler driver understands Ada... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
checking whether g++ supports C++11 features by default... yes | |
checking for objdir... .libs | |
configure: WARNING: using in-tree isl, disabling version check | |
*** This configuration is not supported in the following subdirectories: | |
zlib target-libitm target-libsanitizer target-libvtv target-libphobos gnattools gotools target-libada target-libhsail-rt target-zlib target-libbacktrace target-libgfortran target-libgo target-libffi target-libobjc target-libgomp target-liboffloadmic target-libatomic | |
(Any other directories should still work fine.) | |
checking for default BUILD_CONFIG... | |
checking for --enable-vtable-verify... no | |
checking for bison... bison -y | |
checking for bison... bison | |
checking for gm4... no | |
checking for gnum4... no | |
checking for m4... m4 | |
checking for flex... flex | |
checking for flex... flex | |
checking for makeinfo... makeinfo | |
checking for expect... no | |
checking for runtest... no | |
checking for ar... ar | |
checking for as... as | |
checking for dlltool... no | |
checking for dsymutil... no | |
checking for ld... ld | |
checking for lipo... no | |
checking for nm... nm | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for windres... no | |
checking for windmc... no | |
checking for objcopy... objcopy | |
checking for objdump... objdump | |
checking for otool... no | |
checking for readelf... readelf | |
checking for riscv64-unknown-haiku-cc... no | |
checking for riscv64-unknown-haiku-gcc... no | |
checking for riscv64-unknown-haiku-c++... no | |
checking for riscv64-unknown-haiku-g++... no | |
checking for riscv64-unknown-haiku-cxx... no | |
checking for riscv64-unknown-haiku-gxx... no | |
checking for riscv64-unknown-haiku-gcc... no | |
checking for riscv64-unknown-haiku-gfortran... no | |
checking for riscv64-unknown-haiku-gccgo... no | |
checking for riscv64-unknown-haiku-gdc... no | |
checking for ar... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ar | |
checking for as... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/as | |
checking for dlltool... no | |
checking for riscv64-unknown-haiku-dlltool... no | |
checking for dsymutil... no | |
checking for riscv64-unknown-haiku-dsymutil... no | |
checking for ld... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ld | |
checking for lipo... no | |
checking for riscv64-unknown-haiku-lipo... no | |
checking for nm... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/nm | |
checking for objcopy... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/objcopy | |
checking for objdump... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/objdump | |
checking for otool... no | |
checking for riscv64-unknown-haiku-otool... no | |
checking for ranlib... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/ranlib | |
checking for readelf... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/readelf | |
checking for strip... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin/strip | |
checking for windres... no | |
checking for riscv64-unknown-haiku-windres... no | |
checking for windmc... no | |
checking for riscv64-unknown-haiku-windmc... no | |
checking where to find the target ar... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target as... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target cc... just compiled | |
checking where to find the target c++... just compiled | |
checking where to find the target c++ for libstdc++... just compiled | |
checking where to find the target dlltool... pre-installed | |
checking where to find the target dsymutil... pre-installed | |
checking where to find the target gcc... just compiled | |
checking where to find the target gfortran... pre-installed | |
checking where to find the target gccgo... pre-installed | |
checking where to find the target gdc... pre-installed | |
checking where to find the target ld... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target lipo... pre-installed | |
checking where to find the target nm... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target objcopy... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target objdump... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target otool... pre-installed | |
checking where to find the target ranlib... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target readelf... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target strip... pre-installed in /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/riscv64-unknown-haiku/bin | |
checking where to find the target windres... pre-installed | |
checking where to find the target windmc... pre-installed | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
make[1]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc' | |
mkdir -p -- ./fixincludes | |
mkdir -p -- ./libiberty | |
mkdir -p -- ./gmp | |
mkdir -p -- ./lto-plugin | |
mkdir -p -- ./intl | |
Configuring in ./fixincludes | |
mkdir -p -- build-x86_64-pc-linux-gnu/libiberty | |
Configuring in ./libiberty | |
mkdir -p -- build-x86_64-pc-linux-gnu/fixincludes | |
mkdir -p -- build-x86_64-pc-linux-gnu/libcpp | |
Configuring in ./gmp | |
Configuring in build-x86_64-pc-linux-gnu/libiberty | |
Configuring in build-x86_64-pc-linux-gnu/fixincludes | |
Configuring in ./lto-plugin | |
Configuring in ./intl | |
Configuring in build-x86_64-pc-linux-gnu/libcpp | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 | |
configure: creating cache ./config.cache | |
checking build system type... checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... configure: creating cache ./config.cache | |
x86_64-pc-linux-gnu | |
checking target system type... riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 | |
configure: creating cache ./config.cache | |
riscv64-unknown-haiku | |
checking whether make sets $(MAKE)... checking for x86_64-pc-linux-gnu-gcc... gcc | |
configure: creating cache ./config.cache | |
yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking build system type... x86_64-pc-linux-gnu | |
checking build system type... checking host system type... checking whether the C compiler works... x86_64-pc-linux-gnu | |
checking target system type... x86_64-pc-linux-gnu | |
checking host system type... checking build system type... checking whether the C compiler works... checking whether the C compiler works... x86_64-pc-linux-gnu | |
checking target system type... riscv64-unknown-haiku | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
yes | |
x86_64-pc-linux-gnu | |
checking host system type... checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
checking whether make supports nested variables... none-pc-linux-gnu | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... checking whether the C compiler works... yes | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... yes | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... checking for perl... perl | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for style of include used by make... GNU | |
checking for none-pc-linux-gnu-strip... no | |
checking for strip... strip | |
configure: WARNING: using cross tools not prefixed with host triplet | |
checking for a thread-safe mkdir -p... checking for x86_64-pc-linux-gnu-gcc... gcc | |
/usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... | |
checking build system type... checking whether we are cross compiling... checking for perl... perl | |
x86_64-pc-linux-gnu | |
checking host system type... yes | |
x86_64-pc-linux-gnu | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking whether to install libiberty headers and static library... | |
no | |
configure: target_header_dir = | |
yes | |
checking for C compiler default output file name... a.out | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
checking for suffix of executables... checking whether make supports nested variables... | |
checking whether we are cross compiling... checking whether we are cross compiling... checking build system type... yes | |
checking whether the C compiler works... checking whether to enable maintainer-specific portions of Makefiles... no | |
x86_64-pc-linux-gnu | |
checking host system type... configure: WARNING: the "none" host is obsolete, use --disable-assembly | |
x86_64-pc-linux-gnu | |
checking ABI=standard | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking whether to install libiberty headers and static library... no | |
configure: target_header_dir = | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
no | |
checking for suffix of object files... | |
checking whether we are cross compiling... checking compiler gcc -O2 -pipe ... no | |
no | |
checking for suffix of object files... checking for suffix of object files... yes | |
checking for C compiler default output file name... a.out | |
o | |
checking whether we are using the GNU C compiler... checking for suffix of executables... checking whether the C compiler works... yes | |
checking whether gcc accepts -g... o | |
checking whether we are using the GNU C compiler... o | |
checking whether we are using the GNU C compiler... no | |
checking for suffix of object files... | |
checking whether we are cross compiling... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... yes | |
checking whether gcc accepts -g... checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... o | |
checking whether we are using the GNU C compiler... yes | |
yes | |
checking for gcc option to accept ISO C89... checking for gcc option to accept ISO C89... none needed | |
checking how to run the C preprocessor... no | |
checking for suffix of object files... yes | |
checking whether gcc accepts -g... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... none needed | |
o | |
checking whether we are using the GNU C compiler... none needed | |
checking how to run the C preprocessor... yes | |
checking for gcc option to accept ISO C89... gcc -E | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether gcc accepts -g... | |
checking whether we are cross compiling... gcc -E | |
checking for grep that handles long lines and -e... no | |
checking for suffix of object files... /usr/bin/grep | |
checking for egrep... yes | |
checking whether g++ accepts -g... /usr/bin/grep -E | |
checking for ANSI C header files... none needed | |
checking how to run the C preprocessor... yes | |
checking for gcc option to accept ISO C89... o | |
checking whether we are using the GNU C compiler... yes | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking how to run the C preprocessor... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... gcc -E | |
/usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking whether gcc accepts -g... no | |
checking for suffix of object files... none needed | |
checking whether gcc understands -c and -o together... gcc -E | |
yes | |
checking for gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... o | |
checking whether we are using the GNU C compiler... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking dependency style of gcc... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... yes | |
checking whether gcc accepts -g... /usr/bin/grep -E | |
checking for ANSI C header files... none needed | |
checking how to run the C preprocessor... yes | |
yes | |
checking for gcc option to accept ISO C89... checking for sys/types.h... gcc -E | |
gcc3 | |
checking how to run the C preprocessor... yes | |
checking for sys/stat.h... none needed | |
checking for grep that handles long lines and -e... checking how to run the C preprocessor... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
gcc -E | |
checking for sys/types.h... yes | |
checking for stdlib.h... gcc -E | |
yes | |
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
yes | |
checking for grep that handles long lines and -e... checking for string.h... checking for sys/types.h... /usr/bin/grep | |
checking for egrep... yes | |
/usr/bin/grep -E | |
checking for ANSI C header files... checking for stdlib.h... yes | |
checking for sys/stat.h... yes | |
yes | |
checking for memory.h... checking for sys/stat.h... yes | |
yes | |
checking for string.h... checking for stdlib.h... yes | |
yes | |
yes | |
checking for sys/types.h... checking for strings.h... checking for stdlib.h... yes | |
yes | |
yes | |
checking for memory.h... yes | |
checking for sys/stat.h... checking for string.h... yes | |
checking for inttypes.h... checking for string.h... yes | |
checking for sys/types.h... yes | |
yes | |
yes | |
yes | |
checking for strings.h... checking for stdlib.h... checking for stdint.h... checking for memory.h... yes | |
yes | |
yes | |
checking for sys/types.h... checking for memory.h... checking for sys/stat.h... yes | |
yes | |
yes | |
yes | |
checking for string.h... checking for inttypes.h... yes | |
checking for strings.h... checking for unistd.h... yes | |
checking for sys/stat.h... yes | |
checking for strings.h... yes | |
checking for stdlib.h... checking for memory.h... yes | |
yes | |
yes | |
yes | |
checking for stdint.h... checking minix/config.h usability... checking for inttypes.h... checking for stdlib.h... yes | |
yes | |
checking for inttypes.h... yes | |
checking for string.h... checking for strings.h... yes | |
yes | |
yes | |
checking for unistd.h... no | |
checking minix/config.h presence... checking for stdint.h... checking for string.h... yes | |
yes | |
yes | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... checking for inttypes.h... checking for memory.h... yes | |
yes | |
yes | |
checking minix/config.h usability... checking for unistd.h... checking for memory.h... yes | |
yes | |
yes | |
yes | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for stdint.h... checking for strings.h... checking for unistd.h... checking whether gcc supports -W... yes | |
yes | |
no | |
checking minix/config.h presence... checking minix/config.h usability... yes | |
checking for strings.h... checking for none-pc-linux-gnu-gcc... gcc | |
yes | |
yes | |
yes | |
checking whether gcc supports -Wall... yes | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for inttypes.h... checking minix/config.h usability... checking for unistd.h... yes | |
yes | |
checking whether gcc supports -Wwrite-strings... no | |
checking minix/config.h presence... checking for inttypes.h... yes | |
checking whether the C compiler works... yes | |
checking for stdint.h... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking whether make sets $(MAKE)... no | |
checking minix/config.h usability... checking minix/config.h presence... yes | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether NLS is requested... no | |
yes | |
checking for msgfmt... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for stdint.h... /usr/bin/msgfmt | |
checking for gmsgfmt... /usr/bin/msgfmt | |
yes | |
checking for xgettext... checking for unistd.h... no | |
checking minix/config.h presence... yes | |
/usr/bin/xgettext | |
checking for a sed that does not truncate output... /usr/bin/sed | |
yes | |
yes | |
checking for C compiler default output file name... a.out | |
checking for msgmerge... checking whether gcc supports -Wmissing-prototypes... checking for suffix of executables... checking whether gcc supports -W... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
/usr/bin/msgmerge | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for unistd.h... checking minix/config.h usability... yes | |
yes | |
checking whether we are cross compiling... yes | |
checking whether gcc supports -Wold-style-definition... no | |
checking for suffix of object files... checking whether gcc supports -Wall... checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking whether gcc supports -W... checking build system type... x86_64-pc-linux-gnu | |
checking host system type... yes | |
yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking minix/config.h usability... x86_64-pc-linux-gnu | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for library containing strerror... o | |
checking whether we are using the GNU C compiler... yes | |
yes | |
no | |
checking minix/config.h presence... checking whether gcc supports -Wmissing-format-attribute... yes | |
checking whether gcc supports -Wall... checking whether gcc supports -Wwrite-strings... no | |
checking whether gcc supports -W... yes | |
checking whether gcc accepts -g... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
no | |
checking minix/config.h presence... checking whether gcc supports -Woverlength-strings... yes | |
none required | |
checking for an ANSI C-conforming const... yes | |
checking whether gcc supports -Wnarrowing... yes | |
yes | |
checking for gcc option to accept ISO C89... checking whether gcc supports -Wstrict-prototypes... checking whether gcc supports -Wall... yes | |
checking whether gcc supports -pedantic -Wlong-long... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
yes | |
checking for inline... yes | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
checking whether gcc supports -Wwrite-strings... yes | |
checking for ANSI C header files... (cached) yes | |
yes | |
checking stddef.h usability... inline | |
checking for off_t... yes | |
none needed | |
checking whether gcc understands -c and -o together... checking whether gcc supports -Wmissing-prototypes... checking whether gcc supports -Wwrite-strings... yes | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... checking whether gcc supports -Wmissing-format-attribute... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
yes | |
yes | |
checking stddef.h presence... checking whether gcc supports -Wold-style-definition... yes | |
no | |
checking whether gcc supports -Wc++-compat... checking whether gcc supports -Wstrict-prototypes... no | |
yes | |
checking for stddef.h... yes | |
yes | |
checking for gcc option to accept ISO C99... checking whether gcc supports -Wall... checking whether gcc supports -W... checking for stdlib.h... (cached) yes | |
checking for strings.h... (cached) yes | |
yes | |
yes | |
yes | |
checking whether gcc supports -Wmissing-format-attribute... checking whether gcc supports -Wstrict-prototypes... checking for unistd.h... (cached) yes | |
checking whether gcc supports -Wmissing-prototypes... yes | |
checking for -static-libgcc... yes | |
checking whether gcc supports -Wall... checking fcntl.h usability... yes | |
yes | |
yes | |
yes | |
checking for size_t... checking whether gcc supports -Woverlength-strings... checking whether gcc supports -Wold-style-definition... none needed | |
checking how to run the C preprocessor... checking whether gcc supports -Wshadow=local... yes | |
checking whether gcc supports -Wwrite-strings... yes | |
checking fcntl.h presence... yes | |
checking for CET support... yes | |
checking whether gcc supports -pedantic -Wlong-long... yes | |
checking whether gcc supports -pedantic ... yes | |
yes | |
checking whether gcc supports -Wc++-compat... checking for fcntl.h... yes | |
yes | |
checking sys/file.h usability... gcc -E | |
checking whether gcc supports -Wc++-compat... yes | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for ANSI C header files... (cached) yes | |
yes | |
checking whether gcc supports -pedantic -Wlong-long... checking stddef.h usability... yes | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking sys/file.h presence... yes | |
checking build system compiler gcc... checking whether gcc supports -fno-exceptions... yes | |
checking for working alloca.h... yes | |
checking for sys/file.h... yes | |
yes | |
checking stddef.h presence... checking for sys/stat.h... (cached) yes | |
yes | |
yes | |
yes | |
checking for stddef.h... yes | |
checking whether gcc supports -Wshadow=local... checking whether gcc supports -fno-rtti... checking for clearerr_unlocked... checking for stdlib.h... (cached) yes | |
checking for strings.h... (cached) yes | |
yes | |
checking for alloca... yes | |
checking whether gcc supports -pedantic ... checking for unistd.h... (cached) yes | |
yes | |
checking for build system preprocessor... yes | |
checking fcntl.h usability... gcc -E | |
checking for build system executable suffix... yes | |
yes | |
checking how to print strings... checking whether gcc and cc understand -c and -o together... yes | |
checking for an ANSI C-conforming const... yes | |
checking dependency style of g++... checking for feof_unlocked... yes | |
yes | |
checking fcntl.h presence... yes | |
checking for inline... checking for stdlib.h... (cached) yes | |
printf | |
checking for a sed that does not truncate output... yes | |
checking for fcntl.h... yes | |
checking for unistd.h... (cached) yes | |
/usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... inline | |
checking whether byte ordering is bigendian... checking for sys/param.h... ld | |
checking if the linker (ld) is GNU ld... checking sys/file.h usability... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... gcc3 | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for ferror_unlocked... yes | |
yes | |
checking sys/file.h presence... yes | |
checking whether string.h and strings.h may both be included... checking for getpagesize... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
yes | |
checking for sys/file.h... yes | |
yes | |
checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking locale.h usability... yes | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking command to parse nm output from gcc object... checking for sys/stat.h... (cached) yes | |
checking for fflush_unlocked... checking for clearerr_unlocked... yes | |
checking for an ANSI C-conforming const... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for CET support... | |
checking whether build system compiler is ANSI... yes | |
checking for working mmap... yes | |
checking locale.h presence... yes | |
checking for inline... yes | |
checking for locale.h... yes | |
inline | |
checking whether byte ordering is bigendian... yes | |
checking fcntl.h usability... yes | |
checking for build system compiler math library... yes | |
checking for fgetc_unlocked... checking for feof_unlocked... yes | |
checking fcntl.h presence... ok | |
yes | |
checking for fcntl.h... yes | |
yes | |
yes | |
checking limits.h usability... checking for dlfcn.h... checking for fgets_unlocked... checking for ferror_unlocked... yes | |
-lm | |
checking whether we are using the GNU C Library 2.1 or newer... checking for grep that handles long lines and -e... yes | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
using ABI="standard" | |
CC="gcc" | |
CFLAGS="-O2 -pipe" | |
CPPFLAGS="" | |
MPN_PATH="generic" | |
checking whether assembler supports --noexecstack option... checking for sys/file.h... yes | |
checking whether integer division by zero raises SIGFPE... yes | |
checking limits.h presence... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for CET support... yes | |
yes | |
yes | |
checking for objdir... yes | |
checking for limits.h... yes | |
checking for sys/param.h... checking for fileno_unlocked... yes | |
.libs | |
yes | |
checking for none-pc-linux-gnu-ar... ar | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking stddef.h usability... checking the name lister (nm) interface... checking for fflush_unlocked... yes | |
yes | |
checking stddef.h presence... checking for limits.h... yes | |
checking for inttypes.h... yes | |
yes | |
checking for stddef.h... yes | |
BSD nm | |
yes | |
checking how to print strings... checking for fprintf_unlocked... checking for stdlib.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
yes | |
checking for strings.h... (cached) yes | |
checking if gcc supports -fno-rtti -fno-exceptions... checking for malloc.h... yes | |
checking for fgetc_unlocked... checking for stdint.h... checking for string.h... (cached) yes | |
checking sys/file.h usability... yes | |
printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... checking for string.h... (cached) yes | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
checking if the linker (ld) is GNU ld... checking for unistd.h... (cached) yes | |
yes | |
yes | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... yes | |
checking for unsigned long long... no | |
checking for strings.h... (cached) yes | |
1572864 | |
checking for sys/file.h... checking for fputc_unlocked... yes | |
checking how to convert x86_64-pc-linux-gnu file names to none-pc-linux-gnu format... checking sys/file.h presence... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for ld option to reload object files... -r | |
checking for none-pc-linux-gnu-objdump... objdump | |
yes | |
checking if gcc static flag -static works... checking how to recognize dependent libraries... pass_all | |
yes | |
checking for none-pc-linux-gnu-dlltool... dlltool | |
checking for sys/time.h... checking how to associate runtime and link libraries... printf %s\n | |
checking for none-pc-linux-gnu-ar... (cached) ar | |
checking for archiver @FILE support... checking for fgets_unlocked... yes | |
yes | |
checking for sys/file.h... yes | |
yes | |
checking for sys/param.h... checking for time.h... checking for unistd.h... (cached) yes | |
checking whether byte ordering is bigendian... yes | |
yes | |
checking for inttypes.h... yes | |
checking for sys/resource.h... yes | |
checking for limits.h... yes | |
checking for fputs_unlocked... @ | |
checking for none-pc-linux-gnu-strip... strip | |
checking for none-pc-linux-gnu-ranlib... yes | |
ranlib | |
checking command to parse nm output from gcc object... yes | |
yes | |
checking for sys/stat.h... (cached) checking whether the inttypes.h PRIxNN macros are broken... yes | |
checking for fileno_unlocked... checking for stdlib.h... (cached) yes | |
checking for sys/mman.h... checking for malloc.h... yes | |
no | |
checking for ld used by GCC... yes | |
checking if gcc supports -c -o file.o... ld | |
checking if the linker (ld) is GNU ld... yes | |
checking for shared library run path origin... checking for fcntl.h... yes | |
yes | |
checking for string.h... checking for fread_unlocked... (cached) yes | |
yes | |
no | |
checking for an ANSI C-conforming const... yes | |
checking for alloca.h... checking for unistd.h... (cached) yes | |
done | |
checking for fprintf_unlocked... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... checking for strings.h... (cached) yes | |
checking argz.h usability... yes | |
yes | |
checking for inline... checking for sys/pstat.h... checking for sys/time.h... yes | |
checking whether -lc should be explicitly linked in... ok | |
inline | |
checking for obstacks... no | |
checking for sysroot... /home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/sysroot | |
checking for a working dd... checking for sys/sysmp.h... yes | |
yes | |
/usr/bin/dd | |
checking how to truncate binary pipes... yes | |
checking argz.h presence... /usr/bin/dd bs=4096 count=1 | |
checking for none-pc-linux-gnu-mt... no | |
checking for mt... mt | |
checking if mt is a manifest tool... checking for fwrite_unlocked... checking for time.h... no | |
no | |
no | |
checking dynamic linker characteristics... checking for ANSI C header files... checking for sys/sysinfo.h... yes | |
checking for argz.h... yes | |
no | |
checking limits.h usability... checking for fputc_unlocked... yes | |
yes | |
checking for sys/resource.h... checking for machine/hal_sysinfo.h... yes | |
yes | |
checking for off_t... no | |
checking for sys/table.h... yes | |
yes | |
checking limits.h presence... checking for sys/stat.h... (cached) yes | |
checking for getchar_unlocked... checking for sys/mman.h... yes | |
checking for limits.h... yes | |
no | |
yes | |
checking for sys/sysctl.h... yes | |
checking locale.h usability... yes | |
checking for fputs_unlocked... checking for sys/types.h... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for int64_t... checking for fcntl.h... no | |
checking for sys/systemcfg.h... yes | |
yes | |
yes | |
no | |
checking for alloca.h... checking for sys/stat.h... yes | |
checking locale.h presence... checking for stdint.h... checking for getc_unlocked... (cached) yes | |
checking for stdio_ext.h... yes | |
yes | |
checking for locale.h... yes | |
yes | |
yes | |
checking for size_t... checking for sys/pstat.h... checking nl_types.h usability... yes | |
checking for fread_unlocked... yes | |
checking for process.h... no | |
checking for stdlib.h... checking for sys/sysmp.h... no | |
yes | |
checking for sys/prctl.h... yes | |
checking for putchar_unlocked... checking nl_types.h presence... yes | |
checking for uint64_t... no | |
checking for sys/sysinfo.h... yes | |
yes | |
yes | |
yes | |
checking for nl_types.h... checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for string.h... checking for fwrite_unlocked... checking malloc.h usability... yes | |
checking for machine/hal_sysinfo.h... yes | |
checking for ssize_t... yes | |
yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for sys/wait.h that is POSIX.1 compatible... no | |
yes | |
checking for memory.h... checking for sys/table.h... checking for putc_unlocked... yes | |
checking malloc.h presence... yes | |
no | |
yes | |
checking whether errno must be declared... checking for sys/sysctl.h... yes | |
checking for malloc.h... yes | |
yes | |
yes | |
checking for getchar_unlocked... checking stddef.h usability... checking for strings.h... no | |
checking for sys/systemcfg.h... no | |
checking size of int... yes | |
configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
yes | |
checking for uintptr_t... no | |
checking whether abort is declared... yes | |
checking stddef.h presence... checking for stdint.h... (cached) yes | |
yes | |
checking for stdio_ext.h... yes | |
checking for stddef.h... yes | |
checking for inttypes.h... checking for stdlib.h... (cached) yes | |
yes | |
yes | |
checking for string.h... (cached) yes | |
checking for process.h... checking for getc_unlocked... yes | |
yes | |
checking for unistd.h... (cached) yes | |
checking whether asprintf is declared... checking for sys/param.h... 4 | |
(cached) no | |
yes | |
checking size of long... checking for stdint.h... checking for sys/prctl.h... checking for feof_unlocked... yes | |
yes | |
checking for ptrdiff_t... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for putchar_unlocked... yes | |
checking for unistd.h... checking whether basename is declared... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for fgets_unlocked... 8 | |
checking size of size_t... yes | |
yes | |
yes | |
checking for dlfcn.h... checking whether errno must be declared... yes | |
checking for putc_unlocked... yes | |
checking for uint64_t... checking whether errno is declared... yes | |
no | |
checking size of int... yes | |
checking for objdir... checking for getc_unlocked... .libs | |
yes | |
checking whether struct tm is in sys/time.h or time.h... 8 | |
checking for long long... yes | |
no | |
checking whether abort is declared... yes | |
time.h | |
checking size of int... checking whether vasprintf is declared... checking for getcwd... 4 | |
checking size of long... yes | |
yes | |
checking if gcc supports -fno-rtti -fno-exceptions... checking whether asprintf is declared... checking whether clearerr_unlocked is declared... yes | |
checking size of long long... yes | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... 4 | |
checking for getegid... checking size of long... yes | |
yes | |
8 | |
checking size of size_t... checking whether basename is declared... checking whether feof_unlocked is declared... yes | |
checking if gcc static flag -static works... 8 | |
checking for a 64-bit type... yes | |
yes | |
yes | |
checking whether ferror_unlocked is declared... uint64_t | |
checking for geteuid... checking for intptr_t... checking whether errno is declared... 8 | |
checking for clearerr_unlocked... 8 | |
checking for long long... yes | |
yes | |
checking if gcc supports -c -o file.o... checking whether fflush_unlocked is declared... yes | |
no | |
yes | |
checking for getgid... checking whether vasprintf is declared... checking for feof_unlocked... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld) supports shared libraries... yes | |
checking for uintptr_t... yes | |
yes | |
checking dynamic linker characteristics... checking whether fgetc_unlocked is declared... yes | |
yes | |
checking size of long long... yes | |
checking whether clearerr_unlocked is declared... yes | |
checking for getuid... checking for ferror_unlocked... yes | |
yes | |
checking whether fgets_unlocked is declared... checking whether feof_unlocked is declared... yes | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking for ssize_t... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for mempcpy... 8 | |
checking how to run the C++ preprocessor... yes | |
checking for a 64-bit type... checking for fflush_unlocked... yes | |
checking whether fileno_unlocked is declared... yes | |
uint64_t | |
checking for intptr_t... checking whether ferror_unlocked is declared... g++ -E | |
yes | |
yes | |
checking for munmap... yes | |
checking for fgetc_unlocked... yes | |
checking for pid_t... checking whether fprintf_unlocked is declared... yes | |
checking whether fflush_unlocked is declared... yes | |
checking for putenv... yes | |
checking for uintptr_t... no | |
yes | |
checking whether fputc_unlocked is declared... checking for fgets_unlocked... yes | |
checking whether fgetc_unlocked is declared... config.status: creating Makefile | |
config.status: creating config.h | |
yes | |
checking whether the g++ linker (ld) supports shared libraries... checking for library containing strerror... yes | |
yes | |
yes | |
config.status: executing depfiles commands | |
yes | |
checking for setenv... checking whether fputs_unlocked is declared... yes | |
checking for fileno_unlocked... checking whether fgets_unlocked is declared... config.status: executing libtool commands | |
checking for g++ option to produce PIC... -DPIC | |
checking if g++ PIC flag -DPIC works... none required | |
yes | |
checking for ssize_t... checking for asprintf... yes | |
yes | |
checking if g++ static flag works... yes | |
checking for setlocale... yes | |
checking whether fread_unlocked is declared... yes | |
checking whether fileno_unlocked is declared... checking for fprintf_unlocked... mkdir -p -- ./libbacktrace | |
yes | |
checking if g++ supports -c -o file.o... yes | |
Configuring in ./libbacktrace | |
yes | |
checking for atexit... yes | |
checking for stpcpy... yes | |
checking whether fwrite_unlocked is declared... checking whether fprintf_unlocked is declared... no | |
yes | |
checking for pid_t... checking for fputc_unlocked... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (ld) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... unsupported | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
yes | |
checking for basename... checking whether getchar_unlocked is declared... yes | |
no | |
checking whether fputc_unlocked is declared... checking for strcasecmp... yes | |
yes | |
checking fcntl.h usability... checking for fputs_unlocked... yes | |
yes | |
checking whether getc_unlocked is declared... yes | |
checking for bcmp... yes | |
yes | |
checking fcntl.h presence... checking for library containing strerror... checking whether fputs_unlocked is declared... yes | |
yes | |
checking for fcntl.h... yes | |
checking for strdup... checking float.h usability... yes | |
yes | |
yes | |
none required | |
checking for fread_unlocked... checking whether putchar_unlocked is declared... checking for asprintf... yes | |
checking for bcopy... checking whether fread_unlocked is declared... yes | |
checking float.h presence... yes | |
checking for strtoul... yes | |
checking for float.h... yes | |
yes | |
checking invent.h usability... yes | |
checking whether putc_unlocked is declared... yes | |
yes | |
yes | |
checking for fwrite_unlocked... checking whether fwrite_unlocked is declared... checking for atexit... checking for bsearch... yes | |
no | |
checking invent.h presence... checking for tsearch... configure: creating cache ./config.cache | |
yes | |
checking for an ANSI C-conforming const... checking build system type... yes | |
no | |
checking for invent.h... no | |
yes | |
yes | |
yes | |
checking langinfo.h usability... x86_64-pc-linux-gnu | |
checking host system type... checking whether getchar_unlocked is declared... checking for getchar_unlocked... checking for basename... yes | |
checking for bzero... checking sys/mman.h usability... x86_64-pc-linux-gnu | |
checking target system type... riscv64-unknown-haiku | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
yes | |
checking for __argz_count... yes | |
checking langinfo.h presence... yes | |
checking sys/mman.h presence... yes | |
yes | |
checking for langinfo.h... yes | |
checking whether the C compiler works... yes | |
yes | |
yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking whether getc_unlocked is declared... checking for getc_unlocked... checking locale.h usability... checking for bcmp... checking for calloc... yes | |
checking for __argz_stringify... yes | |
yes | |
checking for C compiler default output file name... a.out | |
yes | |
checking locale.h presence... yes | |
checking whether putchar_unlocked is declared... yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... yes | |
checking for MAP_ANON(YMOUS)... checking for suffix of executables... yes | |
checking for putchar_unlocked... checking for bcopy... yes | |
yes | |
checking for locale.h... yes | |
yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking for clock... checking whether to enable maintainer-specific portions of Makefiles... no | |
checking nl_types.h usability... yes | |
checking whether we are cross compiling... yes | |
checking for __argz_next... checking whether putc_unlocked is declared... yes | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
checking for putc_unlocked... yes | |
checking nl_types.h presence... yes | |
yes | |
yes | |
checking for nl_types.h... yes | |
checking for bsearch... checking for ffs... no | |
checking for suffix of object files... checking sys/attributes.h usability... yes | |
yes | |
checking for an ANSI C-conforming const... checking for __fsetlocking... yes | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking sys/mman.h usability... checking whether abort is declared... yes | |
checking for bzero... no | |
checking sys/attributes.h presence... yes | |
yes | |
checking whether gcc accepts -g... checking for getcwd... no | |
checking for sys/attributes.h... no | |
yes | |
yes | |
checking sys/mman.h presence... checking sys/iograph.h usability... checking for iconv... yes | |
checking for gcc option to accept ISO C89... yes | |
config.status: creating Makefile | |
yes | |
checking for sys/mman.h... yes | |
checking for mmap... checking whether asprintf is declared... yes | |
yes | |
config.status: creating mkheaders.almost | |
checking for calloc... checking for getpagesize... no | |
checking sys/iograph.h presence... config.status: creating config.h | |
none needed | |
checking whether gcc understands -c and -o together... yes | |
checking for iconv declaration... no | |
checking for sys/iograph.h... no | |
yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... yes | |
checking for MAP_ANON(YMOUS)... yes | |
checking sys/mman.h usability... checking whether basename is declared... yes | |
yes | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for gettimeofday... checking for nl_langinfo and CODESET... yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for clock... yes | |
checking how to run the C preprocessor... yes | |
checking sys/mman.h presence... mkdir -p -- ./libcody | |
yes | |
checking for sys/mman.h... yes | |
Configuring in ./libcody | |
checking sys/param.h usability... configure: updating cache ./config.cache | |
yes | |
configure: creating ./config.status | |
yes | |
yes | |
checking for LC_MESSAGES... gcc -E | |
checking whether errno is declared... checking for index... yes | |
yes | |
checking sys/param.h presence... checking for ffs... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... no | |
yes | |
checking for bison... bison | |
checking version of bison... yes | |
checking for sys/param.h... yes | |
3.8.2, ok | |
checking whether NLS is requested... no | |
checking whether to use NLS... no | |
checking whether getopt is declared... checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking bison 3 or later... checking sys/processor.h usability... 3.8.2, bison3 | |
yes | |
checking for insque... yes | |
checking for getcwd... configure: updating cache ./config.cache | |
no | |
checking sys/processor.h presence... configure: creating ./config.status | |
yes | |
checking whether vasprintf is declared... no | |
checking for sys/processor.h... no | |
yes | |
checking sys/pstat.h usability... checking for memchr... config.status: creating Makefile | |
yes | |
checking for getpagesize... yes | |
no | |
checking sys/pstat.h presence... config.status: creating mkheaders.almost | |
checking whether clearerr_unlocked is declared... no | |
checking for sys/pstat.h... no | |
config.status: creating config.h | |
yes | |
yes | |
checking sys/sysinfo.h usability... checking for sys/types.h... checking for memcmp... yes | |
yes | |
yes | |
checking for gettimeofday... checking whether feof_unlocked is declared... yes | |
checking sys/sysinfo.h presence... checking for sys/stat.h... yes | |
checking for sys/sysinfo.h... yes | |
config.status: creating Makefile | |
checking sys/syssgi.h usability... mkdir -p -- ./libdecnumber | |
yes | |
Configuring in ./libdecnumber | |
configure: creating cache ./config.cache | |
yes | |
checking for stdlib.h... checking build system type... checking for memcpy... yes | |
config.status: creating config.intl | |
x86_64-pc-linux-gnu | |
checking host system type... yes | |
checking whether ferror_unlocked is declared... x86_64-pc-linux-gnu | |
checking maintainer-mode... | |
checking for index... config.status: creating config.h | |
yes | |
no | |
checking sys/syssgi.h presence... checking for string.h... config.status: executing default-1 commands | |
checking whether the C++ compiler works... yes | |
no | |
checking for sys/syssgi.h... no | |
yes | |
checking sys/systemcfg.h usability... checking for memmem... yes | |
checking whether fflush_unlocked is declared... yes | |
checking for memory.h... checking for insque... mkdir -p -- ./c++tools | |
Configuring in ./c++tools | |
yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... no | |
checking sys/systemcfg.h presence... yes | |
yes | |
yes | |
checking for strings.h... checking whether fgetc_unlocked is declared... checking for memmove... no | |
checking for sys/systemcfg.h... no | |
checking sys/time.h usability... yes | |
checking for memchr... yes | |
checking whether we are cross compiling... checking for inttypes.h... yes | |
yes | |
checking sys/time.h presence... checking whether fgets_unlocked is declared... yes | |
yes | |
checking for sys/time.h... yes | |
checking for mempcpy... yes | |
checking sys/times.h usability... checking for stdint.h... yes | |
checking for memcmp... no | |
yes | |
checking for suffix of object files... checking whether fileno_unlocked is declared... yes | |
checking sys/times.h presence... yes | |
configure: creating cache ./config.cache | |
checking for unistd.h... checking whether make sets $(MAKE)... yes | |
yes | |
checking for sys/times.h... yes | |
o | |
checking whether we are using the GNU C++ compiler... checking for sys/resource.h... checking for memset... yes | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
yes | |
yes | |
yes | |
yes | |
yes | |
checking for sys/sysctl.h... checking whether g++ accepts -g... checking for memcpy... checking whether fprintf_unlocked is declared... checking minix/config.h usability... checking whether the C compiler works... yes | |
checking whether g++ is for C++11... yes | |
no | |
checking for machine/hal_sysinfo.h... checking for mkstemps... no | |
yes | |
checking adding -Wl,--no-undefined to linker... checking whether fputc_unlocked is declared... yes | |
no | |
checking minix/config.h presence... checking for memmem... no | |
configure: creating cache ./config.cache | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... checking whether fgetc is declared... checking build system type... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
x86_64-pc-linux-gnu | |
checking host system type... yes | |
checking for putenv... x86_64-pc-linux-gnu | |
checking target system type... checking whether fputs_unlocked is declared... ok | |
yes | |
riscv64-unknown-haiku | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking exceptions... no | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-ar... checking whether we are cross compiling... ar | |
yes | |
checking for memmove... checking whether fscanf is declared... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking whether the C++ compiler works... configure: updating cache ./config.cache | |
checking for a thread-safe mkdir -p... yes | |
yes | |
configure: creating ./config.status | |
/usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... checking for random... checking whether fread_unlocked is declared... no | |
checking for suffix of object files... yes | |
yes | |
yes | |
checking whether make supports nested variables... yes | |
checking whether optarg is declared... checking for mempcpy... checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for x86_64-pc-linux-gnu-gcc... (cached) gcc | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... yes | |
yes | |
checking for rename... checking whether fwrite_unlocked is declared... yes | |
checking whether gcc accepts -g... checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for gawk... (cached) gawk | |
checking for dwz... dwz | |
checking how to print strings... yes | |
checking whether ungetc is declared... yes | |
checking for gcc option to accept ISO C89... yes | |
checking whether we are cross compiling... checking for memset... yes | |
yes | |
printf | |
checking for a sed that does not truncate output... checking whether getchar_unlocked is declared... /usr/bin/sed | |
checking for rindex... checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... ld | |
config.status: creating Makefile | |
checking if the linker (ld) is GNU ld... yes | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... yes | |
none needed | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-ar... ar | |
yes | |
checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking whether gcc supports -W... yes | |
checking whether getc_unlocked is declared... checking whether vfprintf is declared... no | |
checking for suffix of object files... yes | |
checking for mkstemps... config.status: creating config.h | |
checking for setenv... yes | |
checking whether gcc supports -Wall... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... o | |
checking whether we are using the GNU C++ compiler... yes | |
yes | |
1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking whether putchar_unlocked is declared... checking whether sys_errlist is declared... checking for ld option to reload object files... -r | |
checking for x86_64-pc-linux-gnu-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking for x86_64-pc-linux-gnu-strip... no | |
checking for strip... strip | |
checking for x86_64-pc-linux-gnu-ranlib... (cached) ranlib | |
checking command to parse nm output from gcc object... yes | |
yes | |
yes | |
checking whether g++ accepts -g... checking whether gcc supports -Wwrite-strings... yes | |
checking for putenv... no | |
checking for snprintf... yes | |
checking whether sys_nerr is declared... yes | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking whether to build C++ tools... yes | |
checking maintainer-mode... no | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
yes | |
checking whether putc_unlocked is declared... make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/intl' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/intl' | |
checking whether gcc supports -Wstrict-prototypes... yes | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libcody' | |
no | |
checking return type of signal handlers... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF buffer.d -c -o buffer.o /home/dan/src/buildtools/gcc/libcody/buffer.cc | |
checking whether we are using the GNU C compiler... checking for random... yes | |
checking whether gcc supports -Wmissing-prototypes... yes | |
yes | |
checking for working alloca.h... yes | |
checking for sigsetmask... checking whether gcc accepts -g... ok | |
yes | |
void | |
checking for intmax_t... checking whether gcc supports -Wold-style-definition... checking for dlfcn.h... yes | |
checking for gcc option to accept ISO C89... yes | |
yes | |
checking for alloca... yes | |
checking for rename... yes | |
checking whether gcc supports -Wmissing-format-attribute... checking for stpcpy... yes | |
checking for objdir... .libs | |
none needed | |
checking for O_CLOEXEC... yes | |
checking whether gcc supports -Wcast-qual... yes | |
checking for long double... yes | |
checking for ANSI C header files... (cached) yes | |
checking for nl_langinfo and CODESET... yes | |
checking how to run the C preprocessor... yes | |
checking for rindex... yes | |
checking whether gcc supports -pedantic -Wlong-long... yes | |
checking for stpncpy... gcc -E | |
checking if gcc supports -fno-rtti -fno-exceptions... yes | |
yes | |
checking whether NLS is requested... no | |
checking for uchar... checking whether gcc supports -fno-lto... yes | |
no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... checking for setenv... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for ld used by GCC... yes | |
checking how to run the C preprocessor... ld | |
checking if the linker (ld) is GNU ld... checking for strcasecmp... yes | |
checking for shared library run path origin... yes | |
checking for long long... yes | |
checking if gcc static flag -static works... gcc -E | |
yes | |
done | |
yes | |
checking for snprintf... checking for iconv... (cached) no | |
checking for CET support... checking for strchr... checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for ptrdiff_t... yes | |
checking if gcc supports -c -o file.o... yes | |
yes | |
checking for strdup... checking for sigsetmask... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes | |
checking for sys/types.h... yes | |
checking dynamic linker characteristics... yes | |
yes | |
yes | |
checking for sys/stat.h... checking for strncasecmp... checking for stpcpy... yes | |
yes | |
checking for quad_t... yes | |
checking for stdlib.h... yes | |
checking for sys/types.h... yes | |
GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... no | |
checking whether to build static libraries... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for strndup... configure: updating cache ./config.cache | |
yes | |
checking for stpncpy... configure: creating ./config.status | |
checking for string.h... yes | |
no | |
checking for sys/stat.h... checking unwind.h usability... yes | |
checking for uint_least32_t... yes | |
yes | |
yes | |
yes | |
checking unwind.h presence... checking for stdlib.h... checking for strnlen... checking for memory.h... yes | |
yes | |
checking for unwind.h... yes | |
checking for _Unwind_Backtrace... checking for strcasecmp... yes | |
checking for string.h... yes | |
checking for strings.h... yes | |
yes | |
checking for strrchr... yes | |
checking for intptr_t... checking for memory.h... yes | |
yes | |
checking for -funwind-tables option... yes | |
checking for strchr... config.status: creating Makefile | |
checking for inttypes.h... yes | |
checking for -frandom-seed=string option... yes | |
checking for strings.h... yes | |
config.status: creating config.h | |
yes | |
checking whether gcc supports -W... yes | |
yes | |
config.status: executing depdir commands | |
checking for strstr... mkdir -p -- .deps | |
checking for stdint.h... checking for strdup... yes | |
yes | |
checking for inttypes.h... yes | |
checking for working volatile... checking whether gcc supports -Wall... yes | |
yes | |
yes | |
checking for unistd.h... checking whether gcc supports -Wwrite-strings... yes | |
checking for C/C++ restrict keyword... checking for stdint.h... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF client.d -c -o client.o /home/dan/src/buildtools/gcc/libcody/client.cc | |
yes | |
yes | |
checking for strtod... __restrict | |
yes | |
yes | |
checking whether gcc __attribute__ ((const)) works... checking for strncasecmp... yes | |
checking whether gcc supports -Wstrict-prototypes... checking sys/mman.h usability... checking for unistd.h... yes | |
checking whether gcc __attribute__ ((malloc)) works... yes | |
yes | |
yes | |
checking sys/mman.h presence... yes | |
checking whether gcc supports -Wmissing-prototypes... checking for strtol... yes | |
checking whether gcc __attribute__ ((mode (XX))) works... checking ctype.h usability... yes | |
checking for sys/mman.h... yes | |
yes | |
checking for AF_UNIX... yes | |
yes | |
checking whether gcc __attribute__ ((noreturn)) works... checking for strndup... checking whether gcc supports -Wold-style-definition... no | |
checking for AF_INET6... yes | |
checking ctype.h presence... yes | |
yes | |
checking whether gcc hidden aliases work... yes | |
checking for ctype.h... yes | |
yes | |
checking for strtoul... checking whether gcc supports -Wmissing-format-attribute... checking stddef.h usability... yes | |
no | |
checking for epoll... yes | |
checking for inline... checking for strnlen... yes | |
yes | |
checking stddef.h presence... inline | |
checking whether gcc supports -Wcast-qual... yes | |
checking for stddef.h... yes | |
yes | |
no | |
checking for pselect... checking for string.h... checking for strtoll... (cached) yes | |
yes | |
checking for _Unwind_GetIPInfo... checking for cos in -lm... checking stdio.h usability... yes | |
checking for select... yes | |
yes | |
checking stdio.h presence... checking for strrchr... yes | |
yes | |
checking for accept4... yes | |
checking for CET support... checking for strtoull... yes | |
checking for stdio.h... yes | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes | |
checking for working alloca.h... yes | |
checking for inet_ntop... yes | |
yes | |
checking for strverscmp... no | |
checking for strstr... checking for library containing gethostbyname... yes | |
checking for uintptr_t... yes | |
checking for alloca (via gmp-impl.h)... yes | |
none required | |
checking for library containing socket... yes | |
checking for tmpnam... checking for strtod... yes | |
checking __sync extensions... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF netclient.d -c -o netclient.o /home/dan/src/buildtools/gcc/libcody/netclient.cc | |
yes | |
checking for int_least32_t... yes | |
checking how to allocate temporary memory... alloca | |
none required | |
yes | |
yes | |
checking __atomic extensions... yes | |
checking for strtol... checking for vasprintf... configure: updating cache ./config.cache | |
checking whether byte ordering is bigendian... configure: creating ./config.status | |
yes | |
checking for int_fast32_t... yes | |
yes | |
checking output filetype... yes | |
checking for strtoul... checking for vfprintf... yes | |
checking for uint64_t... elf64 | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... no | |
checking format of `double' floating point... yes | |
yes | |
checking for strtoll... checking for vprintf... yes | |
checking what to include in gstdint.h... stdint.h (already complete) | |
checking for an ANSI C-conforming const... yes | |
checking for uintptr_t... yes | |
checking for off_t... yes | |
IEEE little endian | |
checking for strtoull... checking for alarm... yes | |
config.status: creating Makefile | |
checking for vsnprintf... yes | |
checking for int_least32_t... config.status: creating config.h | |
yes | |
yes | |
yes | |
checking size of int... checking for strverscmp... checking for attr_get... yes | |
checking for vsprintf... yes | |
checking for int_fast32_t... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF netserver.d -c -o netserver.o /home/dan/src/buildtools/gcc/libcody/netserver.cc | |
yes | |
checking for tmpnam... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF resolver.d -c -o resolver.o /home/dan/src/buildtools/gcc/libcody/resolver.cc | |
no | |
4 | |
checking for clock... checking size of long... yes | |
g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF packet.d -c -o packet.o /home/dan/src/buildtools/gcc/libcody/packet.cc | |
yes | |
checking for uint64_t... checking for waitpid... yes | |
checking for vasprintf... yes | |
checking for cputime... 8 | |
yes | |
checking for ANSI C header files... (cached) yes | |
checking what to include in gstdint.h... yes | |
stdint.h (already complete) | |
checking sys/mman.h usability... checking build system type... checking for setproctitle... yes | |
x86_64-pc-linux-gnu | |
checking host system type... checking for vfprintf... x86_64-pc-linux-gnu | |
checking target system type... no | |
riscv64-unknown-haiku | |
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored | |
dpd | |
checking whether byte ordering is bigendian... checking for getpagesize... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for mmap... no | |
checking whether alloca needs Cray hooks... no | |
checking stack direction for C alloca... yes | |
yes | |
checking for vprintf... checking for getrusage... yes | |
1 | |
checking for vfork.h... no | |
checking for CET support... yes | |
checking link.h usability... no | |
yes | |
checking for gettimeofday... checking for fork... checking for vsnprintf... yes | |
checking link.h presence... yes | |
yes | |
yes | |
checking for link.h... yes | |
checking for getsysinfo... checking for vfork... checking for dl_iterate_phdr... yes | |
checking for vsprintf... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF server.d -c -o server.o /home/dan/src/buildtools/gcc/libcody/server.cc | |
yes | |
checking mach-o/dyld.h usability... yes | |
yes | |
no | |
checking for working fork... checking for localeconv... yes | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
checking for waitpid... no | |
checking mach-o/dyld.h presence... g++ -O2 -std=c++14 -pipe -fno-exceptions -fno-rtti -include config.h -DSRCDIR='"/home/dan/src/buildtools/gcc/libcody"' -I/home/dan/src/buildtools/gcc/libcody \ | |
-MMD -MP -MF fatal.d -c -o fatal.o /home/dan/src/buildtools/gcc/libcody/fatal.cc | |
no | |
checking for mach-o/dyld.h... no | |
checking sys/ldr.h usability... yes | |
checking for memset... yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... yes | |
checking for setproctitle... no | |
checking sys/ldr.h presence... no | |
checking for sys/ldr.h... no | |
checking for fcntl... yes | |
no | |
checking for sys_errlist... checking for mmap... no | |
checking whether alloca needs Cray hooks... config.status: creating Makefile | |
no | |
checking stack direction for C alloca... config.status: creating config.h | |
yes | |
checking whether strnlen is declared... config.status: executing gstdint.h commands | |
no | |
checking for sys_nerr... yes | |
checking for mprotect... 1 | |
checking for vfork.h... yes | |
checking whether getpagesize is declared... no | |
checking for fork... no | |
checking for sys_siglist... yes | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libdecnumber' | |
source='/home/dan/src/buildtools/gcc/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I/home/dan/src/buildtools/gcc/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/dan/src/buildtools/gcc/libdecnumber -I. -c /home/dan/src/buildtools/gcc/libdecnumber/decNumber.c | |
source='/home/dan/src/buildtools/gcc/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I/home/dan/src/buildtools/gcc/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/dan/src/buildtools/gcc/libdecnumber -I. -c /home/dan/src/buildtools/gcc/libdecnumber/decContext.c | |
checking for nl_langinfo... yes | |
checking for lstat... yes | |
no | |
checking for external symbol _system_configuration... checking for vfork... no | |
yes | |
checking for __fsetlocking... yes | |
checking for obstack_vprintf... checking for readlink... source='/home/dan/src/buildtools/gcc/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I/home/dan/src/buildtools/gcc/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/dan/src/buildtools/gcc/libdecnumber -I. -c /home/dan/src/buildtools/gcc/libdecnumber/dpd/decimal32.c | |
yes | |
checking for working fork... yes | |
checking for canonicalize_file_name... yes | |
yes | |
checking for getexecname... checking for popen... source='/home/dan/src/buildtools/gcc/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I/home/dan/src/buildtools/gcc/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/dan/src/buildtools/gcc/libdecnumber -I. -c /home/dan/src/buildtools/gcc/libdecnumber/dpd/decimal64.c | |
yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... yes | |
checking for dup3... yes | |
no | |
checking for KERN_PROC... checking for processor_info... source='/home/dan/src/buildtools/gcc/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I/home/dan/src/buildtools/gcc/libdecnumber -I. -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I/home/dan/src/buildtools/gcc/libdecnumber -I. -c /home/dan/src/buildtools/gcc/libdecnumber/dpd/decimal128.c | |
no | |
checking for sys_errlist... no | |
checking for KERN_PROG_ARGS... yes | |
checking for getrlimit... no | |
checking for clock_gettime... no | |
checking for pstat_getprocessor... no | |
checking for sys_nerr... yes | |
checking for getrusage... yes | |
checking whether -pthread is supported... ar -cr libcody.a buffer.o client.o fatal.o netclient.o netserver.o resolver.o packet.o server.o | |
no | |
checking for raise... no | |
checking for sys_siglist... yes | |
checking whether -gdwarf-5 is supported... ranlib libcody.a | |
yes | |
checking for getsysinfo... make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libcody' | |
yes | |
yes | |
checking for compress in -lz... checking for read_real_time... no | |
checking for external symbol _system_configuration... no | |
no | |
checking for gettimeofday... (cached) yes | |
checking for __fsetlocking... checking for on_exit... yes | |
checking whether --compress-debug-sections is supported... no | |
checking for sigaction... yes | |
yes | |
checking for canonicalize_file_name... checking for pipe2... yes | |
checking for objcopy... objcopy | |
checking for readelf... readelf | |
checking whether objcopy supports debuglink... yes | |
checking for dsymutil... dsymutil | |
checking for nm... nm | |
checking for xz... xz | |
checking for comm... comm | |
checking for lzma_auto_decoder in -llzma... yes | |
checking for sigaltstack... yes | |
yes | |
checking for psignal... yes | |
checking whether tests can run... checking for dup3... yes | |
checking for sigstack... yes | |
checking for pstat_getdynamic... yes | |
yes | |
checking for getrlimit... configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
yes | |
configure: creating ./config.status | |
checking for syssgi... no | |
checking for pstat_getstatic... yes | |
checking for getrusage... no | |
no | |
checking for strchr... checking for realpath... yes | |
checking for getsysinfo... yes | |
yes | |
checking for setrlimit... checking for strerror... no | |
checking for gettimeofday... (cached) yes | |
checking for on_exit... yes | |
yes | |
checking for spawnve... checking for strnlen... yes | |
checking for pipe2... no | |
yes | |
checking for spawnvpe... yes | |
checking for strtol... checking for psignal... no | |
yes | |
yes | |
checking for strerror... checking for pstat_getdynamic... checking for strtoul... yes | |
checking for strsignal... yes | |
no | |
checking for pstat_getstatic... checking for sysconf... yes | |
checking for sysconf... yes | |
no | |
checking for sysctl... checking for realpath... yes | |
checking for sysctl... yes | |
no | |
checking for sysctlbyname... checking for setrlimit... no | |
checking for sysmp... yes | |
no | |
checking for spawnve... checking for times... config.status: creating Makefile | |
no | |
checking for table... yes | |
config.status: creating backtrace-supported.h | |
checking for library containing clock_gettime... no | |
checking for spawnvpe... config.status: creating install-debuginfo-for-buildid.sh | |
no | |
config.status: creating config.h | |
checking for times... config.status: executing libtool commands | |
none required | |
checking for vsnprintf... no | |
checking for strerror... config.status: executing gstdint.h commands | |
yes | |
config.status: executing default commands | |
checking for wait3... yes | |
yes | |
checking whether vsnprintf works... probably | |
configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok | |
checking whether sscanf needs writable input... no | |
checking for struct pst_processor.psp_iticksperclktick... checking for strsignal... yes | |
checking for wait4... no | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libbacktrace' | |
make all-am | |
yes | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libbacktrace' | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o atomic.lo /home/dan/src/buildtools/gcc/libbacktrace/atomic.c | |
true DO=all multi-do # make | |
checking for sysconf... /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o dwarf.lo /home/dan/src/buildtools/gcc/libbacktrace/dwarf.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o fileline.lo /home/dan/src/buildtools/gcc/libbacktrace/fileline.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o posix.lo /home/dan/src/buildtools/gcc/libbacktrace/posix.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/atomic.c -o atomic.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/dwarf.c -o dwarf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/fileline.c -o fileline.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/posix.c -o posix.o | |
yes | |
checking for sbrk... /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o print.lo /home/dan/src/buildtools/gcc/libbacktrace/print.c | |
yes | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/print.c -o print.o | |
checking for sysctl... /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o sort.lo /home/dan/src/buildtools/gcc/libbacktrace/sort.c | |
yes | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o state.lo /home/dan/src/buildtools/gcc/libbacktrace/state.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/sort.c -o sort.o | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o backtrace.lo /home/dan/src/buildtools/gcc/libbacktrace/backtrace.c | |
checking whether basename is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/state.c -o state.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/backtrace.c -o backtrace.o | |
no | |
checking for sysmp... /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o simple.lo /home/dan/src/buildtools/gcc/libbacktrace/simple.c | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o elf.lo /home/dan/src/buildtools/gcc/libbacktrace/elf.c | |
yes | |
checking whether ffs is declared... /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o mmapio.lo /home/dan/src/buildtools/gcc/libbacktrace/mmapio.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=elf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/elf.c -o elf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/simple.c -o simple.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/mmapio.c -o mmapio.o | |
no | |
checking for table... yes | |
/bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c -o mmap.lo /home/dan/src/buildtools/gcc/libbacktrace/mmap.c | |
checking whether asprintf is declared... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/libbacktrace -I /home/dan/src/buildtools/gcc/libbacktrace/../include -I /home/dan/src/buildtools/gcc/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -c /home/dan/src/buildtools/gcc/libbacktrace/mmap.c -o mmap.o | |
yes | |
no | |
checking for times... checking whether vasprintf is declared... yes | |
checking whether snprintf is declared... yes | |
checking for wait3... yes | |
checking whether vsnprintf is declared... yes | |
checking for wait4... yes | |
checking whether calloc is declared... yes | |
checking for sbrk... yes | |
checking whether getenv is declared... rm -f libdecnumber.a | |
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o | |
ar: `u' modifier ignored since `D' is the default (see `U') | |
yes | |
ranlib libdecnumber.a | |
yes | |
checking whether basename is declared... checking whether getopt is declared... make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libdecnumber' | |
yes | |
yes | |
checking whether ffs is declared... checking whether malloc is declared... yes | |
yes | |
checking whether asprintf is declared... checking whether realloc is declared... yes | |
checking whether vasprintf is declared... yes | |
checking whether sbrk is declared... yes | |
checking whether snprintf is declared... yes | |
checking whether strtol is declared... yes | |
checking whether vsnprintf is declared... yes | |
checking whether strtoul is declared... yes | |
yes | |
checking whether strtoll is declared... checking whether calloc is declared... yes | |
yes | |
checking whether strtoull is declared... checking whether getenv is declared... yes | |
checking whether strverscmp is declared... yes | |
checking whether getopt is declared... yes | |
checking whether strnlen is declared... yes | |
checking whether malloc is declared... yes | |
checking whether canonicalize_file_name must be declared... yes | |
checking whether realloc is declared... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... checking whether sbrk is declared... /bin/bash ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -O2 -pipe -static-libstdc++ -static-libgcc -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo elf.lo mmapio.lo mmap.lo | |
yes | |
checking whether strtol is declared... yes | |
checking whether strtoul is declared... yes | |
libtool: link: ar rc .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o elf.o mmapio.o mmap.o | |
checking for working strncmp... libtool: link: ranlib .libs/libbacktrace.a | |
yes | |
checking whether strtoll is declared... yes | |
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libbacktrace' | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libbacktrace' | |
configure: updating cache ./config.cache | |
yes | |
configure: creating ./config.status | |
checking whether strtoull is declared... yes | |
checking whether strverscmp is declared... yes | |
checking whether strnlen is declared... config.status: creating Makefile | |
config.status: creating testsuite/Makefile | |
config.status: creating config.h | |
yes | |
checking whether canonicalize_file_name must be declared... config.status: executing default commands | |
no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/libiberty' | |
if [ x"" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
checking for sys/param.h... (cached) yes | |
touch stamp-picdir | |
touch stamp-noasandir | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
checking for getpagesize... (cached) yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/regex.c -o noasan/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
checking for working mmap... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/regex.c -o regex.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cplus-dem.c -o cplus-dem.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demangle.c -o cp-demangle.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/md5.c -o md5.o | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/libiberty/testsuite' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/libiberty/testsuite' | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sha1.c -o sha1.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/alloca.c -o alloca.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/argv.c -o noasan/argv.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/argv.c -o argv.o | |
yes | |
checking for working strncmp... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/bsearch_r.c -o pic/bsearch_r.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/bsearch_r.c -o noasan/bsearch_r.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/bsearch_r.c -o bsearch_r.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/choose-temp.c -o noasan/choose-temp.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/choose-temp.c -o choose-temp.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/concat.c -o noasan/concat.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/concat.c -o concat.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
configure: updating cache ./config.cache | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demint.c -o noasan/cp-demint.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demint.c -o cp-demint.o | |
configure: creating ./config.status | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/crc32.c -o noasan/crc32.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/crc32.c -o crc32.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/d-demangle.c -o pic/d-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/d-demangle.c -o noasan/d-demangle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/d-demangle.c -o d-demangle.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dwarfnames.c -o dwarfnames.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dyn-string.c -o dyn-string.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fdmatch.c -o fdmatch.o | |
config.status: creating Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fibheap.c -o fibheap.o | |
config.status: creating testsuite/Makefile | |
config.status: creating config.h | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filedescriptor.c -o pic/filedescriptor.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filedescriptor.c -o filedescriptor.o | |
config.status: executing default commands | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filename_cmp.c -o filename_cmp.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/floatformat.c -o floatformat.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fnmatch.c -o fnmatch.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt.c -o getopt.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt1.c -o getopt1.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getpwd.c -o getpwd.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getruntime.c -o getruntime.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hashtab.c -o hashtab.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hex.c -o hex.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lbasename.c -o lbasename.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lrealpath.c -o lrealpath.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-temp-file.c -o make-temp-file.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/objalloc.c -o objalloc.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/obstack.c -o obstack.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/partition.c -o partition.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pexecute.c -o pexecute.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/physmem.c -o physmem.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-common.c -o pex-common.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-one.c -o pex-one.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-unix.c -o pex-unix.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/vprintf-support.c -o vprintf-support.o | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libiberty' | |
if [ x"-fpic" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
touch stamp-picdir | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
touch stamp-noasandir | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/rust-demangle.c -o pic/rust-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/rust-demangle.c -o rust-demangle.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/safe-ctype.c -o safe-ctype.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object.c -o simple-object.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-coff.c -o simple-object-coff.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-elf.c -o simple-object-elf.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dwarfnames.c -o dwarfnames.o | |
checking size of void *... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c: In function 'simple_object_mach_o_write_segment': | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c:1231:17: warning: passing argument 1 of 'set_32' from incompatible pointer type [-Wincompatible-pointer-types] | |
1231 | set_32 (&index[i], index[i]); | |
| ^~~~~~~~~ | |
| | | |
| unsigned int * | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c:1231:17: note: expected 'unsigned char *' but argument is of type 'unsigned int *' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fdmatch.c -o fdmatch.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/dyn-string.c -o dyn-string.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/filedescriptor.c -o pic/filedescriptor.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fibheap.c -o fibheap.o | |
In file included from /home/dan/src/buildtools/gcc/libiberty/regex.c:639: | |
/home/dan/src/buildtools/gcc/libiberty/regex.c: In function 'byte_regex_compile': | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2468:15: note: in expansion of macro 'BUF_PUSH' | |
2468 | BUF_PUSH (begline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2468:15: note: in expansion of macro 'BUF_PUSH' | |
2468 | BUF_PUSH (begline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2483:16: note: in expansion of macro 'BUF_PUSH' | |
2483 | BUF_PUSH (endline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2483:16: note: in expansion of macro 'BUF_PUSH' | |
2483 | BUF_PUSH (endline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2577:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2577 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2577:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2577 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/filedescriptor.c -o noasan/filedescriptor.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2605:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2605 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filedescriptor.c -o filedescriptor.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2605:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2605 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sort.c -o sort.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2619:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2619 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2619:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2619 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2630:11: note: in expansion of macro 'BUF_PUSH' | |
2630 | BUF_PUSH (anychar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2630:11: note: in expansion of macro 'BUF_PUSH' | |
2630 | BUF_PUSH (anychar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3109:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3109 | GET_BUFFER_SPACE (34); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3109:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3109 | GET_BUFFER_SPACE (34); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3115:13: note: in expansion of macro 'BUF_PUSH' | |
3115 | BUF_PUSH (*p == '^' ? charset_not : charset); | |
| ^~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/spaces.c -o spaces.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3115:13: note: in expansion of macro 'BUF_PUSH' | |
3115 | BUF_PUSH (*p == '^' ? charset_not : charset); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3123:13: note: in expansion of macro 'BUF_PUSH' | |
3123 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3123:13: note: in expansion of macro 'BUF_PUSH' | |
3123 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3689:19: note: in expansion of macro 'BUF_PUSH_3' | |
3689 | BUF_PUSH_3 (start_memory, regnum, 0); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3689:19: note: in expansion of macro 'BUF_PUSH_3' | |
3689 | BUF_PUSH_3 (start_memory, regnum, 0); | |
| ^~~~~~~~~~ | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3721:19: note: in expansion of macro 'BUF_PUSH' | |
3721 | BUF_PUSH (push_dummy_failure); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3721:19: note: in expansion of macro 'BUF_PUSH' | |
3721 | BUF_PUSH (push_dummy_failure); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3767:21: note: in expansion of macro 'BUF_PUSH_3' | |
3767 | BUF_PUSH_3 (stop_memory, this_group_regnum, | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3767:21: note: in expansion of macro 'BUF_PUSH_3' | |
3767 | BUF_PUSH_3 (stop_memory, this_group_regnum, | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3783:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3783 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3783:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3783 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3812:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3812 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3812:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3812 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3891:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3891 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3891:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3891 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3912:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3912 | GET_BUFFER_SPACE (nbytes); | |
| ^~~~~~~~~~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/splay-tree.c -o splay-tree.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3912:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3912 | GET_BUFFER_SPACE (nbytes); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4010:15: note: in expansion of macro 'BUF_PUSH' | |
4010 | BUF_PUSH (wordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4010:15: note: in expansion of macro 'BUF_PUSH' | |
4010 | BUF_PUSH (wordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4018:15: note: in expansion of macro 'BUF_PUSH' | |
4018 | BUF_PUSH (notwordchar); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4018:15: note: in expansion of macro 'BUF_PUSH' | |
4018 | BUF_PUSH (notwordchar); | |
| ^~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/stack-limit.c -o stack-limit.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4025:15: note: in expansion of macro 'BUF_PUSH' | |
4025 | BUF_PUSH (wordbeg); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4025:15: note: in expansion of macro 'BUF_PUSH' | |
4025 | BUF_PUSH (wordbeg); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4031:15: note: in expansion of macro 'BUF_PUSH' | |
4031 | BUF_PUSH (wordend); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4031:15: note: in expansion of macro 'BUF_PUSH' | |
4031 | BUF_PUSH (wordend); | |
| ^~~~~~~~ | |
8 | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4037:15: note: in expansion of macro 'BUF_PUSH' | |
4037 | BUF_PUSH (wordbound); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
checking size of unsigned short... /home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4037:15: note: in expansion of macro 'BUF_PUSH' | |
4037 | BUF_PUSH (wordbound); | |
| ^~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/filename_cmp.c -o filename_cmp.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4043:15: note: in expansion of macro 'BUF_PUSH' | |
4043 | BUF_PUSH (notwordbound); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4043:15: note: in expansion of macro 'BUF_PUSH' | |
4043 | BUF_PUSH (notwordbound); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4049:15: note: in expansion of macro 'BUF_PUSH' | |
4049 | BUF_PUSH (begbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4049:15: note: in expansion of macro 'BUF_PUSH' | |
4049 | BUF_PUSH (begbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4055:15: note: in expansion of macro 'BUF_PUSH' | |
4055 | BUF_PUSH (endbuf); | |
| ^~~~~~~~ | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4055:15: note: in expansion of macro 'BUF_PUSH' | |
4055 | BUF_PUSH (endbuf); | |
| ^~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4073:15: note: in expansion of macro 'BUF_PUSH_2' | |
4073 | BUF_PUSH_2 (duplicate, c1); | |
| ^~~~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strerror.c -o strerror.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4073:15: note: in expansion of macro 'BUF_PUSH_2' | |
4073 | BUF_PUSH_2 (duplicate, c1); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4134:15: note: in expansion of macro 'BUF_PUSH_2' | |
4134 | BUF_PUSH_2 (exactn, 0); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4134:15: note: in expansion of macro 'BUF_PUSH_2' | |
4134 | BUF_PUSH_2 (exactn, 0); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4139:11: note: in expansion of macro 'BUF_PUSH' | |
4139 | BUF_PUSH (c); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4139:11: note: in expansion of macro 'BUF_PUSH' | |
4139 | BUF_PUSH (c); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4157:5: note: in expansion of macro 'BUF_PUSH' | |
4157 | BUF_PUSH (succeed); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4157:5: note: in expansion of macro 'BUF_PUSH' | |
4157 | BUF_PUSH (succeed); | |
| ^~~~~~~~ | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strsignal.c -o strsignal.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fnmatch.c -o fnmatch.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/timeval-utils.c -o timeval-utils.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xasprintf.c -o pic/xasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xasprintf.c -o noasan/xasprintf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xasprintf.c -o xasprintf.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xatexit.c -o noasan/xatexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xatexit.c -o xatexit.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xexit.c -o noasan/xexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xexit.c -o xexit.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmalloc.c -o noasan/xmalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmalloc.c -o xmalloc.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmemdup.c -o noasan/xmemdup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmemdup.c -o xmemdup.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/floatformat.c -o floatformat.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrdup.c -o noasan/xstrdup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrdup.c -o xstrdup.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrerror.c -o noasan/xstrerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrerror.c -o xstrerror.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrndup.c -o noasan/xstrndup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrndup.c -o xstrndup.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt.c -o getopt.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/setproctitle.c -o noasan/setproctitle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/setproctitle.c -o setproctitle.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xvasprintf.c -o xvasprintf.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
2 | |
checking size of unsigned... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getopt1.c -o getopt1.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getpwd.c -o getpwd.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/getruntime.c -o getruntime.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hex.c -o hex.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lbasename.c -o lbasename.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/lrealpath.c -o lrealpath.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-temp-file.c -o make-temp-file.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/objalloc.c -o objalloc.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/obstack.c -o obstack.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/hashtab.c -o hashtab.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/partition.c -o partition.o | |
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pexecute.c -o pexecute.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/physmem.c -o physmem.o | |
ranlib ./libiberty.a | |
4 | |
checking size of unsigned long... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi; \ | |
if [ x"" != x ]; then \ | |
cd noasan; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
mkdir -p -- ./libcpp | |
Configuring in ./libcpp | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/libiberty' | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-one.c -o pex-one.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/rust-demangle.c -o pic/rust-demangle.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/safe-ctype.c -o safe-ctype.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/vprintf-support.c -o vprintf-support.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-unix.c -o pex-unix.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/pex-common.c -o pex-common.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/fixincludes' | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object.c -o simple-object.o | |
gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/fixincl.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-coff.c -o simple-object-coff.o | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c: In function 'simple_object_mach_o_write_segment': | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c:1231:17: warning: passing argument 1 of 'set_32' from incompatible pointer type [-Wincompatible-pointer-types] | |
1231 | set_32 (&index[i], index[i]); | |
| ^~~~~~~~~ | |
| | | |
| unsigned int * | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c:1231:17: note: expected 'unsigned char *' but argument is of type 'unsigned int *' | |
configure: creating cache ./config.cache | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking target system type... 8 | |
riscv64-unknown-haiku | |
checking whether make sets $(MAKE)... checking size of mp_limb_t... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-pc-linux-gnu-gcc... gcc | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
checking whether the C compiler works... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/rust-demangle.c -o rust-demangle.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
checking whether we are cross compiling... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sort.c -o sort.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-elf.c -o simple-object-elf.o | |
no | |
checking for suffix of object files... /home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c: In function 'simple_object_mach_o_write_segment': | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c:1231:17: warning: passing argument 1 of 'set_32' from incompatible pointer type [-Wincompatible-pointer-types] | |
1231 | set_32 (&index[i], index[i]); | |
| ^~~~~~~~~ | |
| | | |
| unsigned int * | |
/home/dan/src/buildtools/gcc/libiberty/simple-object-mach-o.c:1231:17: note: expected 'unsigned char *' but argument is of type 'unsigned int *' | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/fixtests.c | |
o | |
checking whether we are using the GNU C compiler... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/spaces.c -o spaces.o | |
yes | |
checking whether gcc accepts -g... gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/fixfixes.c | |
yes | |
checking for gcc option to accept ISO C89... make[2]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/libcpp' | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo /home/dan/src/buildtools/gcc/libcpp/charset.c | |
8 | |
none needed | |
checking for stack_t... checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking for tputs in -lncurses... yes | |
checking for x86_64-pc-linux-gnu-ranlib... ranlib | |
checking for x86_64-pc-linux-gnu-ar... ar | |
checking how to run the C preprocessor... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
yes | |
checking for readline in -lreadline... gcc -E | |
gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/server.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/stack-limit.c -o stack-limit.o | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... no | |
checking readline detected... no | |
checking for bison... bison -y | |
checking for flex... touch lex.yy.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
checking lex output file root... lex.yy | |
checking lex library... gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/procopen.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/splay-tree.c -o splay-tree.o | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strerror.c -o strerror.o | |
gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/fixlib.c | |
gcc -c -O2 -pipe -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I/home/dan/src/buildtools/gcc/fixincludes -I../include -I/home/dan/src/buildtools/gcc/fixincludes/../include /home/dan/src/buildtools/gcc/fixincludes/fixopts.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
yes | |
checking for sys/types.h... none needed | |
checking whether yytext is a pointer... srcdir="/home/dan/src/buildtools/gcc/fixincludes" /bin/bash /home/dan/src/buildtools/gcc/fixincludes/mkfixinc.sh riscv64-unknown-haiku | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/timeval-utils.c -o timeval-utils.o | |
sed -e 's/@gcc_version@/11.3.0/' < mkheaders.almost > mkheadersT | |
mv -f mkheadersT mkheaders | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
yes | |
gcc -O2 -pipe -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xasprintf.c -o pic/xasprintf.o; \ | |
else true; fi | |
checking for sys/stat.h... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
no | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/strsignal.c -o strsignal.o | |
creating config.m4 | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
echo timestamp > full-stamp | |
make[2]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/build-x86_64-pc-linux-gnu/fixincludes' | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xasprintf.c -o noasan/xasprintf.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xasprintf.c -o xasprintf.o | |
yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xatexit.c -o noasan/xatexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xatexit.c -o xatexit.o | |
checking for stdlib.h... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xexit.c -o noasan/xexit.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xexit.c -o xexit.o | |
yes | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
checking for string.h... configure: updating cache ./config.cache | |
checking that generated files are newer than configure... done | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xmemdup.c -o noasan/xmemdup.o; \ | |
else true; fi | |
configure: creating ./config.status | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmemdup.c -o xmemdup.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xmalloc.c -o noasan/xmalloc.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xmalloc.c -o xmalloc.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xstrdup.c -o noasan/xstrdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xstrerror.c -o noasan/xstrerror.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrdup.c -o xstrdup.o | |
yes | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrerror.c -o xstrerror.o | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xstrndup.c -o noasan/xstrndup.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xstrndup.c -o xstrndup.o | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xvasprintf.c -o pic/xvasprintf.o; \ | |
else true; fi | |
checking for memory.h... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./bsearch_r.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filedescriptor.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo /home/dan/src/buildtools/gcc/libcpp/directives.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ | |
else true; fi | |
yes | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/xvasprintf.c -o xvasprintf.o | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo /home/dan/src/buildtools/gcc/libcpp/errors.c | |
checking for strings.h... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/setproctitle.c -o noasan/setproctitle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/setproctitle.c -o setproctitle.o | |
make[3]: Entering directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libiberty/testsuite' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64-build/gcc/libiberty/testsuite' | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/dan/src/buildtools/gcc/libcpp/expr.c | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
yes | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cplus-dem.c -o cplus-dem.o | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
no | |
checking for aclocal... aclocal | |
checking for autoconf... autoconf | |
checking for autoheader... autoheader | |
checking whether gcc supports -W... yes | |
checking whether gcc supports -Wall... yes | |
checking whether gcc supports -Wnarrowing... yes | |
checking whether gcc supports -Wwrite-strings... yes | |
checking whether gcc supports -Wmissing-format-attribute... yes | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/md5.c -o md5.o | |
checking whether gcc supports -Wstrict-prototypes... yes | |
checking whether gcc supports -Wmissing-prototypes... yes | |
checking whether gcc supports -Wold-style-definition... yes | |
checking whether gcc supports -Wc++-compat... yes | |
checking whether gcc supports -pedantic -Wlong-long... yes | |
checking whether gcc supports -fno-exceptions... g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo /home/dan/src/buildtools/gcc/libcpp/files.c | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
yes | |
checking whether gcc supports -fno-rtti... yes | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo /home/dan/src/buildtools/gcc/libcpp/identifiers.c | |
checking dependency style of g++... gcc3 | |
checking whether time.h and sys/time.h may both be included... yes | |
checking whether string.h and strings.h may both be included... echo "#define LOCALEDIR \"/home/dan/src/haiku/generated.riscv64/cross-tools-riscv64/share/locale\"" > localedir.new | |
/home/dan/src/buildtools/gcc/libcpp/../move-if-change localedir.new localedir.h | |
yes | |
echo timestamp > localedir.hs | |
checking locale.h usability... g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo /home/dan/src/buildtools/gcc/libcpp/lex.c | |
yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking fcntl.h usability... if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
yes | |
checking fcntl.h presence... gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/sha1.c -o sha1.o | |
yes | |
checking for fcntl.h... yes | |
/home/dan/src/buildtools/gcc/libcpp/files.c: In function '_cpp_file* _cpp_find_file(cpp_reader*, const char*, cpp_dir*, int, _cpp_find_file_kind, location_t)': | |
/home/dan/src/buildtools/gcc/libcpp/files.c:585:32: warning: pointer 'file' may be used after 'void free(void*)' [-Wuse-after-free] | |
585 | *hash_slot = file; | |
| ~~~~~~~~~~~^~~~~~ | |
/home/dan/src/buildtools/gcc/libcpp/files.c:581:22: note: call to 'void free(void*)' here | |
581 | free (file); | |
| ~~~~~^~~~~~ | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo /home/dan/src/buildtools/gcc/libcpp/line-map.c | |
checking limits.h usability... config.status: creating demos/pexpr-config.h | |
yes | |
checking limits.h presence... config.status: creating demos/calc/calc-config.h | |
yes | |
checking for limits.h... yes | |
checking stddef.h usability... config.status: creating Makefile | |
config.status: creating mpf/Makefile | |
yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
config.status: creating mpn/Makefile | |
checking for strings.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/file.h usability... config.status: creating mpq/Makefile | |
config.status: creating mpz/Makefile | |
yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo /home/dan/src/buildtools/gcc/libcpp/macro.c | |
checking for unistd.h... (cached) yes | |
config.status: creating printf/Makefile | |
checking whether byte ordering is bigendian... config.status: creating scanf/Makefile | |
if [ x"-fpic" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
config.status: creating rand/Makefile | |
In file included from /home/dan/src/buildtools/gcc/libiberty/regex.c:639: | |
/home/dan/src/buildtools/gcc/libiberty/regex.c: In function 'byte_regex_compile': | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2468:15: note: in expansion of macro 'BUF_PUSH' | |
2468 | BUF_PUSH (begline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2468:15: note: in expansion of macro 'BUF_PUSH' | |
2468 | BUF_PUSH (begline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2483:16: note: in expansion of macro 'BUF_PUSH' | |
2483 | BUF_PUSH (endline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2483:16: note: in expansion of macro 'BUF_PUSH' | |
2483 | BUF_PUSH (endline); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2577:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2577 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2577:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2577 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2605:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2605 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2605:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2605 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2619:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2619 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2619:17: note: in expansion of macro 'GET_BUFFER_SPACE' | |
2619 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2630:11: note: in expansion of macro 'BUF_PUSH' | |
2630 | BUF_PUSH (anychar); | |
| ^~~~~~~~ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/alloca.c -o alloca.o | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2630:11: note: in expansion of macro 'BUF_PUSH' | |
2630 | BUF_PUSH (anychar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3109:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3109 | GET_BUFFER_SPACE (34); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3109:13: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3109 | GET_BUFFER_SPACE (34); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3115:13: note: in expansion of macro 'BUF_PUSH' | |
3115 | BUF_PUSH (*p == '^' ? charset_not : charset); | |
| ^~~~~~~~ | |
no | |
checking for an ANSI C-conforming const... /home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3115:13: note: in expansion of macro 'BUF_PUSH' | |
3115 | BUF_PUSH (*p == '^' ? charset_not : charset); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3123:13: note: in expansion of macro 'BUF_PUSH' | |
3123 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3123:13: note: in expansion of macro 'BUF_PUSH' | |
3123 | BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3689:19: note: in expansion of macro 'BUF_PUSH_3' | |
3689 | BUF_PUSH_3 (start_memory, regnum, 0); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3689:19: note: in expansion of macro 'BUF_PUSH_3' | |
3689 | BUF_PUSH_3 (start_memory, regnum, 0); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3721:19: note: in expansion of macro 'BUF_PUSH' | |
3721 | BUF_PUSH (push_dummy_failure); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3721:19: note: in expansion of macro 'BUF_PUSH' | |
3721 | BUF_PUSH (push_dummy_failure); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3767:21: note: in expansion of macro 'BUF_PUSH_3' | |
3767 | BUF_PUSH_3 (stop_memory, this_group_regnum, | |
| ^~~~~~~~~~ | |
yes | |
checking for inline... /home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1966:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1966 | GET_BUFFER_SPACE (3); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3767:21: note: in expansion of macro 'BUF_PUSH_3' | |
3767 | BUF_PUSH_3 (stop_memory, this_group_regnum, | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3783:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3783 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
config.status: creating cxx/Makefile | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3783:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3783 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3812:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3812 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3812:15: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3812 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3891:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3891 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3891:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3891 | GET_BUFFER_SPACE (1 + OFFSET_ADDRESS_SIZE); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3912:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3912 | GET_BUFFER_SPACE (nbytes); | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:3912:22: note: in expansion of macro 'GET_BUFFER_SPACE' | |
3912 | GET_BUFFER_SPACE (nbytes); | |
| ^~~~~~~~~~~~~~~~ | |
inline | |
checking for obstacks... /home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4010:15: note: in expansion of macro 'BUF_PUSH' | |
4010 | BUF_PUSH (wordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4010:15: note: in expansion of macro 'BUF_PUSH' | |
4010 | BUF_PUSH (wordchar); | |
| ^~~~~~~~ | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo /home/dan/src/buildtools/gcc/libcpp/mkdeps.c | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4018:15: note: in expansion of macro 'BUF_PUSH' | |
4018 | BUF_PUSH (notwordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4018:15: note: in expansion of macro 'BUF_PUSH' | |
4018 | BUF_PUSH (notwordchar); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4025:15: note: in expansion of macro 'BUF_PUSH' | |
4025 | BUF_PUSH (wordbeg); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4025:15: note: in expansion of macro 'BUF_PUSH' | |
4025 | BUF_PUSH (wordbeg); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4031:15: note: in expansion of macro 'BUF_PUSH' | |
4031 | BUF_PUSH (wordend); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4031:15: note: in expansion of macro 'BUF_PUSH' | |
4031 | BUF_PUSH (wordend); | |
| ^~~~~~~~ | |
config.status: creating tests/Makefile | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4037:15: note: in expansion of macro 'BUF_PUSH' | |
4037 | BUF_PUSH (wordbound); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4037:15: note: in expansion of macro 'BUF_PUSH' | |
4037 | BUF_PUSH (wordbound); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4043:15: note: in expansion of macro 'BUF_PUSH' | |
4043 | BUF_PUSH (notwordbound); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4043:15: note: in expansion of macro 'BUF_PUSH' | |
4043 | BUF_PUSH (notwordbound); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4049:15: note: in expansion of macro 'BUF_PUSH' | |
4049 | BUF_PUSH (begbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4049:15: note: in expansion of macro 'BUF_PUSH' | |
4049 | BUF_PUSH (begbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4055:15: note: in expansion of macro 'BUF_PUSH' | |
4055 | BUF_PUSH (endbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4055:15: note: in expansion of macro 'BUF_PUSH' | |
4055 | BUF_PUSH (endbuf); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4073:15: note: in expansion of macro 'BUF_PUSH_2' | |
4073 | BUF_PUSH_2 (duplicate, c1); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4073:15: note: in expansion of macro 'BUF_PUSH_2' | |
4073 | BUF_PUSH_2 (duplicate, c1); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4134:15: note: in expansion of macro 'BUF_PUSH_2' | |
4134 | BUF_PUSH_2 (exactn, 0); | |
| ^~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1957:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1957 | GET_BUFFER_SPACE (2); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4134:15: note: in expansion of macro 'BUF_PUSH_2' | |
4134 | BUF_PUSH_2 (exactn, 0); | |
| ^~~~~~~~~~ | |
config.status: creating tests/devel/Makefile | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4139:11: note: in expansion of macro 'BUF_PUSH' | |
4139 | BUF_PUSH (c); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4139:11: note: in expansion of macro 'BUF_PUSH' | |
4139 | BUF_PUSH (c); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2086:22: warning: pointer may be used after 'realloc' [-Wuse-after-free] | |
2086 | PTR_INT_TYPE incr = COMPILED_BUFFER_VAR - old_buffer; \ | |
| ^~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4157:5: note: in expansion of macro 'BUF_PUSH' | |
4157 | BUF_PUSH (succeed); | |
| ^~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2007:25: note: call to 'realloc' here | |
2007 | # define REALLOC(p,s) realloc ((p), (s)) | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:2079:32: note: in expansion of macro 'REALLOC' | |
2079 | bufp->buffer = (UCHAR_T *) REALLOC (COMPILED_BUFFER_VAR, \ | |
| ^~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1943:7: note: in expansion of macro 'EXTEND_BUFFER' | |
1943 | EXTEND_BUFFER () | |
| ^~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:1949:5: note: in expansion of macro 'GET_BUFFER_SPACE' | |
1949 | GET_BUFFER_SPACE (1); \ | |
| ^~~~~~~~~~~~~~~~ | |
/home/dan/src/buildtools/gcc/libiberty/regex.c:4157:5: note: in expansion of macro 'BUF_PUSH' | |
4157 | BUF_PUSH (succeed); | |
| ^~~~~~~~ | |
yes | |
checking for off_t... config.status: creating tests/mpf/Makefile | |
config.status: creating tests/mpn/Makefile | |
config.status: creating tests/mpq/Makefile | |
yes | |
checking for size_t... config.status: creating tests/mpz/Makefile | |
config.status: creating tests/rand/Makefile | |
if [ x"" != x ]; then \ | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection -fpic /home/dan/src/buildtools/gcc/libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
gcc -c -DHAVE_CONFIG_H -O2 -pipe -I. -I/home/dan/src/buildtools/gcc/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fcf-protection /home/dan/src/buildtools/gcc/libiberty/cp-demangle.c -o cp-demangle.o | |
g++ -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -O2 -std=c++14 -pipe -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I/home/dan/src/buildtools/gcc/libcpp -I. -I/home/dan/src/buildtools/gcc/libcpp/../include -I/home/dan/src/buildtools/gcc/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo /home/dan/src/buildtools/gcc/libcpp/pch.c | |
config.status: creating tests/misc/Makefile | |
yes | |
checking for ssize_t... config.status: creating tests/cxx/Makefile | |
g++ -I/ho |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment