GCC won't allow "IMPORT" on the definition of a function, in this case an inline function - added to bug 2962
The error message is "function 'void KJS::DebuggerImp::abort()' definition is marked dllimport"
#!/bin/sh
export SRCROOT=$PWD
export WebCore=$PWD
export CREATE_HASH_TABLE="$SRCROOT/kjs/create_hash_table"
mkdir -p DerivedSources/JavaScriptCore
cd DerivedSources/JavaScriptCore
make -f ../../DerivedSources.make JavaScriptCore=../.. BUILT_PRODUCTS_DIR=../..
cd ../..