From ead1e4244a55707685d105c662a9a1faf5d122fe Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 3 Nov 2006 18:26:11 +0000 Subject: Can now do a full static link of hello, world in C or C++ --- gold/target-select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/target-select.h') diff --git a/gold/target-select.h b/gold/target-select.h index 0762d58f73..8ccd75fac7 100644 --- a/gold/target-select.h +++ b/gold/target-select.h @@ -29,7 +29,7 @@ class Target_selector // If we can handle this target, return a pointer to a target // structure. The size and endianness are known. - virtual Target* recognize(int machine, int osabi, int abiversion) const = 0; + virtual Target* recognize(int machine, int osabi, int abiversion) = 0; // Return the next Target_selector in the linked list. Target_selector* -- cgit v1.2.3