X86: Implement the insert/extract instructions.
[gem5.git] / src / SConscript
index 42e002310b049a0b8ec01a2f1124c8f001a2a270..d96922b49e3c919e8eb460095ca2156adeb4c73d 100644 (file)
@@ -984,7 +984,7 @@ def makeEnv(label, objsfx, strip = False, **kwargs):
     static_objs.append(static_date)
     
     shared_date = make_obj(date_source, static=False, extra_deps=shared_objs)
-    shared_objs.append(static_date)
+    shared_objs.append(shared_date)
 
     # First make a library of everything but main() so other programs can
     # link against m5.