From 7a21770ead97fcc6c75399b55add5c1de7ce3563 Mon Sep 17 00:00:00 2001 From: pierre Date: Sat, 28 Nov 2009 07:08:05 +0000 Subject: [PATCH] * Add solaris to the -Xr option list git-svn-id: trunk@14284 - --- compiler/options.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/options.pas b/compiler/options.pas index 694c7cb20c..885c16b123 100644 --- a/compiler/options.pas +++ b/compiler/options.pas @@ -121,7 +121,7 @@ const + [system_i386_netbsd] + [system_i386_wdosx]; - suppported_targets_x_smallr = system_linux + suppported_targets_x_smallr = system_linux + systems_solaris + [system_i386_haiku] + [system_i386_beos];