--- Makefile.orig	2009-10-11 02:10:45.000000000 +0200
+++ Makefile	2013-06-05 09:47:06.000000000 +0200
@@ -367,11 +367,7 @@
 else
 
 gosh : $(gosh_objects) $(shared_objects)
-ifeq ($(CC),gcc)
 	$(LD)    -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS)
-else
-	$(LD) -G -o $@ $(gosh_objects) -L. $(LDFLAGS) -lgoblin $(glpk) $(LIBS)
-endif
 	@echo "...Shell tool ($@) has been linked with shared object"
 
 endif
